Intersoft ClientUI Documentation
WindowFeatures Enumeration



Specifies the flags that determine the capabilities and features of a window class.
Syntax
<FlagsAttribute()>
Public Enum WindowFeatures 
   Inherits System.Enum
Dim instance As WindowFeatures
[FlagsAttribute()]
public enum WindowFeatures : System.Enum 
[FlagsAttribute()]
public enum class WindowFeatures : public System.Enum 
Members
MemberDescription
CanActivate Determines whether a window can be activated.
CanAutoArrange Determines whether a window supports auto arrange feature.
CanBringToFront Determines whether a window can be activated to the front of the z-order.
CanChangeBusyState Determines whether a window can change its state to busy.
CanClose Determines whether a window supports closing.
CanDisplayControlBox Determines whether a window can display control box.
CanDisplayTitleBar Determines whether a window can display title bar.
CanDisplayWindowCommands Determines whether a window can display window commands such as minimize, maximize and close.
CanDragDrop Determines whether a window supports drag and drop feature.
CanHostApplication Determines whether a window can load and host an application.
CanHostNavigationBar Determines whether a window can host navigation bar.
CanHostStatusBar Determines whether a window can host status bar.
CanHostToolBar Determines whether a window can host tool bar.
CanMaximize Determines whether a window supports maximize feature.
CanMinimize Determines whether a window supports minimize feature.
CanModal Determines whether a window supports modal feature.
CanMove Determines whether a window supports moving.
CanNavigate Determines whether a window supports navigation feature.
CanResize Determines whether a window supports resizing.
CanSendToBack Determines whether a window can be sent to the back of the z-order.
None The 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 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