Returns or sets the text displayed in a status bar prompt string in the status bar when the menu item is being selected.
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 |
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."