Skip to content

Status_Help - BasicToolBar

The status-bar help text for Item item#

Type: Property
Access: Read/Write
Data Type: String
Parameters: None

Parameters

Parameter Type Description
item# String

Syntax

Property String Status_Help
Access Type Syntax
Read Access: Get Status_Help to StringVariable
Write Access: Set Status_Help to StringVariable/Value

Description

Status_help is the status-bar help text for Item item#. If item# is omitted from the set command, the status-bar help text is set for the last item in the object. This makes it easy to add status help to a new item.

On_Item "Prompt" Send Prompt
Set  Status_Help To "Show available selections (F4)"

Send Add_Item Msg_Prompt "Prompt"
Set  Status_Help To "Show available selections (F4)"

Set  Status_Help 2 To "Show available selections (F4)"