Returns or sets whether the status bar panes tooltips are displayed when the mouse hovers on them.
Object.ShowToolTips [ = bShowToolTips ]
The ShowToolTips property syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
AStatusBar |
AStatusBar object |
|
bShowToolTips |
Bool |
A boolean expression that specifies whether the status bar panes tooltips are displayed when the mouse hovers on them. |
bShowToolTips can be one of the following:
|
Value |
Description |
|
True * |
Each object in the control can display an associated string, which is the setting of the ToolTipText property, in a small rectangle below the object. This ToolTip appears when the user's cursor hovers over the object at run time for about one second. |
|
False |
The status bar panes tooltips are not displayed when the mouse hovers on them at run time. |
The following statement sets the status bar panes tooltips to not display when the mouse hovers on them:
sbr.ShowToolTips=False