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

Alert() public method

The alert.
public Alert ( nsIDOMWindow parent, string dialogTitle, string text ) : void
parent nsIDOMWindow The parent.
dialogTitle string The dialog Title.
text string The text.
return void
        public void Alert(nsIDOMWindow parent, string dialogTitle, string text)
        {
            PromptService.Alert(dialogTitle, text);
        }

Same methods

FilteredPromptService::Alert ( string dialogTitle, string text ) : void