Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.