'Declaration
Public Enum PositionMode Inherits System.Enum
public enum PositionMode : System.Enum
'Declaration
Public Enum PositionMode Inherits System.Enum
public enum PositionMode : System.Enum
Member | Description |
---|---|
Dock | Control bar will dock in the parent form. When parent form's size changed, the control bar will adjust the position. |
Fixed | User can change the ControlBar's position by code. But can't change it by UI drag. |
Floating | User can change the ControlBar's position by code or UI drag. |
System.Object
System.ValueType
System.Enum
C1.Win.TouchToolKit.PositionMode
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