Table of Contents
DialogState Enumeration

Defines the initial state of a Dialog when the webpage that contains it is loaded.

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

Syntax
 public enum DialogState
Members
Member Name Description
Hidden The dialog is hidden when the page is loaded.
Visible The dialog is visible when the page is loaded.
Minimized The dialog is minimized when the page is loaded.
See Also