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

Dialog.InitialState Property

Specified the state of a dialog when the page contains the dialog is just loaded.

[Visual Basic]
Public Property InitialState As DialogState
[C#]
public DialogState InitialState {get; set;}

Remarks

Specified the state of a dialog when the page contains the dialog is just loaded. By default, the dialog is hidden when the page is loaded. You can use a client side API to display the dialog.

See Also

Dialog Class | EO.Web Namespace


Direct link to this topic