TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / PositionMode Enumeration

In This Topic
    PositionMode Enumeration
    In This Topic
    Specifies the position mode of ControlBar window.
    Syntax
    'Declaration
     
    
    Public Enum PositionMode 
       Inherits System.Enum
    public enum PositionMode : System.Enum 
    Members
    MemberDescription
    DockControl bar will dock in the parent form. When parent form's size changed, the control bar will adjust the position.
    FixedUser can change the ControlBar's position by code. But can't change it by UI drag.
    FloatingUser can change the ControlBar's position by code or UI drag.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.TouchToolKit.PositionMode

    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