Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.