Skybound.Gecko.PromptService.Select C# (CSharp) Méthode

Select() public méthode

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
Résultat bool
        public bool Select(nsIDOMWindow aParent, string aDialogTitle, string aText, uint aCount, System.IntPtr[] aSelectList, ref int aOutSelection)
        {
            return false;
        }