A Boolean expression that specifies whether the control's toolbar is visible or
hidden.
By default, the ToolBarVisible property is True. Use the
ToolBarVisible property to hide the control's toolbar. Use the ToolBarFormat
property to customize the control's toolbar, by adding new buttons or
drop-down fields to the control's toolbar. The ToolBarCaption
property specifies the HTML caption to be shown on fields of the control's
toolbar. The ToolBarToolTip property assigns a tooltip to a field on the
control's toolbar. The ToolBarClick
event occurs once the user selects/clicks a field in the control's toolbar.
The ToolBarAnchorClick
event notifies your application if an anchor element is clicked on the
control's toolbar. The ToolbarRefresh
method refreshes the control's toolbar.
The following screen shot shows the control's default toolbar: