ToolTipText Property

Applies To   See Also

Specifies the text that appears as a ToolTip for a control. Available at design time and run time.

Syntax

Control.ToolTipText = cText

Settings

cText

Specifies the text to use for the ToolTip. The maximum number of characters you can specify for cText is 127.

Remarks

You can only set the ToolTipText property if the ShowTips property is set to true (.T.) for the form or toolbar that contains the control.