MindFusion.UI for WebForms Programmer's Guide

Window.WindowState Property

See Also
 





Gets or sets the state of this Window.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 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