Skip to content

psStatusHelp - cToolbarButton

Displayed in the panel's statusbar, whenever the tooltip is displayed

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

Syntax

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

Description

If the button's toolbar is part of an MDI panel (that is, the toolbar's pbInMdiPanel property is True), this string will be displayed in the panel's statusbar, whenever the tooltip is displayed. Typically, the status-help provides a more detailed description of the tooltip. For example, the psTooltip property might be set to "Cut", but the psStatusHelp property be set to "Cuts the selected text and places it in the Clipboard."

Default is "".