Intersoft ClientUI Documentation
WindowType Enumeration
See Also  Send Feedback
Intersoft.Client.UI.Aqua.UXDesktop Namespace : WindowType Enumeration






Specifies the different types of window that can be hosted by a desktop control such as UXDesktop.

Syntax

Visual Basic (Declaration) 
Public Enum WindowType 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As WindowType
C# 
public enum WindowType : System.Enum 
Delphi 
public enum WindowType = class(System.Enum)
JScript 
public enum WindowType extends System.Enum
Managed Extensions for C++ 
__value public enum WindowType : public System.Enum 
C++/CLI 
public enum class WindowType : public System.Enum 

Members

MemberDescription
NavigationWindowA window with built-in navigation features and UI.
StandardWindowA standard window.
ToolWindowA window with simple window features usually shown in modeless mode with smaller header.
WizardWindowA 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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.