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

ConfirmCheck() public method

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

Same methods

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