psDisabledSuffix - cToolbar
Determines what you can append when the button is disabled
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String psDisabledSuffix
| Access Type | Syntax |
|---|---|
| Read Access: | Get psDisabledSuffix to StringVariable |
| Write Access: | Set psDisabledSuffix to StringVariable/Value |
Description
If a button is disabled (that is, it has its pbEnabled property set to False), you can append this string to the tooltip automatically. So, for example, if the psTooltip for a button was "Display Customer", and the button was disabled, the tooltip would be displayed as "Display Customer (unavailable)", if you had not modified this property from its default. If you do not wish to append anything when a button is disabled, simply set this property to null.
Default is " (unavailable)".