Skybound.Gecko.PromptService.Alert C# (CSharp) Method

Alert() public method

public Alert ( nsIDOMWindow aParent, string aDialogTitle, string aText ) : void
aParent nsIDOMWindow
aDialogTitle string
aText string
return void
        public void Alert(nsIDOMWindow aParent, string aDialogTitle, string aText)
        {
            bool checkState = false;
            AlertCheck(aParent, aDialogTitle, aText, null, ref checkState);
        }