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






Specifies the flags that determine the capabilities and features of a window class.

Syntax

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

Members

MemberDescription
CanActivateDetermines whether a window can be activated.
CanAutoArrangeDetermines whether a window supports auto arrange feature.
CanBringToFrontDetermines whether a window can be activated to the front of the z-order.
CanChangeBusyStateDetermines whether a window can change its state to busy.
CanCloseDetermines whether a window supports closing.
CanDisplayControlBoxDetermines whether a window can display control box.
CanDisplayTitleBarDetermines whether a window can display title bar.
CanDisplayWindowCommandsDetermines whether a window can display window commands such as minimize, maximize and close.
CanDragDropDetermines whether a window supports drag and drop feature.
CanHostApplicationDetermines whether a window can load and host an application.
CanHostNavigationBarDetermines whether a window can host navigation bar.
CanHostStatusBarDetermines whether a window can host status bar.
CanHostToolBarDetermines whether a window can host tool bar.
CanMaximizeDetermines whether a window supports maximize feature.
CanMinimizeDetermines whether a window supports minimize feature.
CanModalDetermines whether a window supports modal feature.
CanMoveDetermines whether a window supports moving.
CanNavigateDetermines whether a window supports navigation feature.
CanResizeDetermines whether a window supports resizing.
CanSendToBackDetermines whether a window can be sent to the back of the z-order.
NoneThe window doesn't implement any of the window features.

Inheritance Hierarchy

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

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.