[]
Specifies the position mode of ControlBar window.
public enum PositionMode
| 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. |