Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

DialogState Enumeration

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

[Visual Basic]
Public Enum DialogState
[C#]
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.

Requirements

Namespace: EO.Web

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

See Also

EO.Web Namespace


Direct link to this topic