Skybound.Gecko.PromptService.Select C# (CSharp) Method

Select() public method

public Select ( nsIDOMWindow aParent, string aDialogTitle, string aText, uint aCount, System aSelectList, int &aOutSelection ) : bool
aParent nsIDOMWindow
aDialogTitle string
aText string
aCount uint
aSelectList System
aOutSelection int
return bool
        public bool Select(nsIDOMWindow aParent, string aDialogTitle, string aText, uint aCount, System.IntPtr[] aSelectList, ref int aOutSelection)
        {
            return false;
        }