Intersoft ClientUI Documentation
WindowState Enumeration
Example Example 



Specifies the state of a window.
Syntax
Public Enum WindowState 
   Inherits System.Enum
Dim instance As WindowState
public enum WindowState : System.Enum 
public enum class WindowState : public System.Enum 
Members
MemberDescription
Maximized The window is in maximized state.
Minimized The window is in minimized state.
Normal The window is in normal state.
Remarks
This enumeration is used by the WindowState property which determines the initial state of the UXWindow.
Example
The following example shows how to show a UXWindow as maximized when loaded.
<Intersoft:UXWindow IsClientVisible="True" Name="window1" WindowState="Maximized" />
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Intersoft.Client.UI.Aqua.UXDesktop.WindowState

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Intersoft.Client.UI.Aqua.UXDesktop Namespace
Window and Dialog Boxes Overview

Send Feedback