Prompt Property (AToolBarButton)

Returns or sets the text displayed in a status bar prompt string in the status bar when the menu item is being selected.

Syntax

Object.Prompt [ = sPrompt ]

The Prompt property syntax has the following parts:

 

Name

Type

Description

Object

AToolBarButton

AToolBarButton class

sPrompt

BString

The text displayed in a status bar prompt string in the status bar when the menu item is being selected

Example

The following statement sets the text displayed in a status bar prompt string in the status bar when the menu item is being selected:

tbrb1.Prompt="Starts the Omega Test."

Applies to

AToolBarButton

See Also

MenuCommand, MenuDropDown, Name, ToolTipText, Value