constants ToolBarAnchorEnum
The ToolBarAnchorEnum type specifies the type of anchors the toolbar supports. The ToolBarAnchor property gets or sets the edge of the control to which the toolbar is bound and determines how the toolbar is resized with its control. The TollBarSize specifies the size / visibility of the control's toolbar. The ToolBarAnchorEnum type supports the following values.

NameValueDescription
exToolBarAnchorBottom1 The toolbar is anchored to the bottom-side of the control.
exToolBarAnchorTop2 The toolbar is anchored to the top-side of the control.
exToolBarAnchorLeft4 The toolbar is anchored to the left-side of the control.
exToolBarAnchorRight8 The toolbar is anchored to the right-side of the control.