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

Prompt() public method

The prompt.
public Prompt ( nsIDOMWindow parent, string dialogTitle, string text, string &value, string checkMsg, bool &checkState ) : bool
parent nsIDOMWindow The parent.
dialogTitle string The dialog title.
text string The text.
value string The value.
checkMsg string The check message.
checkState bool The check state.
return bool
        public bool Prompt(nsIDOMWindow parent, string dialogTitle, string text, ref string value, string checkMsg, ref bool checkState)
        {
            return PromptService.Prompt(dialogTitle, text, ref value, checkMsg, ref checkState);
        }

Same methods

FilteredPromptService::Prompt ( string dialogTitle, string text, string &value, string checkMsg, bool &checkValue ) : bool