Table of Contents
JSDialogType Enumeration

Specifies the type of the JavaScript dialog.

Namespace: EO.WebBrowser
Assembly: EO.WebBrowser (in EO.WebBrowser.dll)

Syntax
 public enum JSDialogType
Members
Member Name Description
Alert The dialog displayed by window.alert method.
Confirm The dialog displayed by window.confirm method.
Prompt The dialog displayed by window.prompt method.
BeforeUnload The dialog displayed to prompt user that a page will be unloaded as a result of handling window.beforeUnload event.
See Also