property HTML.ToolBarAnchor as ToolBarAnchorEnum
Gets or sets the edge of the control to which the toolbar is bound and determines how the toolbar is resized with its control.

TypeDescription
ToolBarAnchorEnum A ToolBarAnchorEnum expression that specifies where the toolbar is anchored.
By default, the The ToolBarAnchor property is exToolBarAnchorBottom. 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 ToolBarEvent event notifies your application that the user selects, edits, checks or un-checks an item in the control's toolbar.  The ToolBarItems property defines the control's toolbar format. The ToolBarHTMLPicture property adds/removes custom-size pictures to be shown on the control's tollbar. The ToolBarImages / ToolBarReplaceIcon methods defines the icons to be displayed on the control's toolbar. The ToolBarBorderSize property specifies the size of the border of the control's toolbar.