Intersoft ClientUI Documentation
WindowType Enumeration



Specifies the different types of window that can be hosted by a desktop control such as UXDesktop.
Syntax
Public Enum WindowType 
   Inherits System.Enum
Dim instance As WindowType
public enum WindowType : System.Enum 
public enum class WindowType : public System.Enum 
Members
MemberDescription
NavigationWindow A window with built-in navigation features and UI.
StandardWindow A standard window.
ToolWindow A window with simple window features usually shown in modeless mode with smaller header.
WizardWindow A window with built-in wizard-style page navigation.
Inheritance Hierarchy

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

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

Send Feedback