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

    See Also