At.FF.Krems.FullscreenBrowser.FilteredPromptService.Select C# (CSharp) Method

Select() public method

The select.
public Select ( nsIDOMWindow parent, string dialogTitle, string text, uint count, IntPtr selectList, int &outSelection ) : bool
parent nsIDOMWindow The parent.
dialogTitle string The dialog title.
text string The text.
count uint The a count.
selectList System.IntPtr The select list.
outSelection int The out selection.
return bool
        public bool Select(nsIDOMWindow parent, string dialogTitle, string text, uint count, IntPtr[] selectList, ref int outSelection)
        {
            return PromptService.Select(dialogTitle, text, count, selectList, ref outSelection);
        }

Same methods

FilteredPromptService::Select ( string dialogTitle, string text, uint count, IntPtr selectList, int &outSelection ) : bool