Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.