ASP.NET Pack Programmer's Guide
Window.WindowState Property
See Also
 





Gets or sets the state of this Window.

Namespace: MindFusion.UI.WebForms
Package: MindFusion.UI.WebForms

 Syntax

C#  Copy Code

public WindowState WindowState { get; set; }

Visual Basic  Copy Code

Public Property WindowState As WindowState

 Property Value

Type: WindowState
One of the WindowState Enumeration values that specifies state of the control. Default value is WindowState.Normal.

 See Also

Window Members
Window Class
MindFusion.UI.WebForms Namespace