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

AlertCheck() public method

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

Same methods

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