Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 1.46 KB

Access.CommandButton.ControlTipText.md

File metadata and controls

41 lines (23 loc) · 1.46 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
CommandButton.ControlTipText property (Access)
vbaac10.chm10480
vbaac10.chm10480
Access.CommandButton.ControlTipText
394aecbe-0053-d114-1804-c4ee6a9749d0
02/21/2019
medium

CommandButton.ControlTipText property (Access)

Use the ControlTipText property to specify the text that appears in a ScreenTip when you hold the mouse pointer over a control. Read/write String.

Syntax

expression.ControlTipText

expression A variable that represents a CommandButton object.

Remarks

You set the ControlTipText property by using a string expression up to 255 characters long.

For controls on forms, you can set the default for this property by using the default control style or the DefaultControl property in Visual Basic.

You can set the ControlTipText property in any view.

The ControlTipText property provides an easy way to provide helpful information about controls on a form.

There are other ways to provide information about a form or a control on a form. Use the StatusBarText property to display information in the status bar about a control. To provide more extensive help for a form or control, use the HelpFile and HelpContextID properties.

[!includeSupport and feedback]