[]
        
(Showing Draft Content)

C1.Win.TouchToolKit.PositionMode

PositionMode Enum

Specifies the position mode of ControlBar window.

Namespace: C1.Win.TouchToolKit
Assembly: C1.Win.TouchToolKit.8.dll
Syntax
public enum PositionMode

Fields

Name 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.