ShowTips Property
Visual Studio .NET 2003
Determines whether ToolTips are shown for the controls on the specified Form object or the specified ToolBar object. Available at design time and run time.
Object.ShowTips = lExpr
Property Values
- lExpr
- Determines whether ToolTips are shown for the specified control. The settings for the ShowTips property are:
Setting Description True (.T.) (Default for the ToolBar object) ToolTips are displayed when a user places the mouse on a control. False (.F.) (Default for the Form object) ToolTips are not displayed when a user places the mouse on a control.
Remarks
You can specify the text that appears in each ToolTip using the ToolTipText property.
See Also
Show: