Intersoft ClientUI Documentation
ControlBoxPosition Enumeration
Example Example 



Specifies the control box position of a window.
Syntax
Public Enum ControlBoxPosition 
   Inherits System.Enum
Dim instance As ControlBoxPosition
public enum ControlBoxPosition : System.Enum 
public enum class ControlBoxPosition : public System.Enum 
Members
MemberDescription
Left The control box appears in the left position of a window.
Right The control box appears in the right position of a window.
Remarks
This enumeration is used by the UXWindow.ControlBoxPosition property. This enum is used to determine the position of control box used by windowing controls such as UXWindow.
Example
The following example shows how to uses ControlBoxPosition for specifies the control box position to be displayed in UXWindow.
<Intersoft:UXWindow IsClientVisible="True" Name="window1" ControlBoxPosition="Right" />
Inheritance Hierarchy

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

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