psLabel - cToolbarButton
Determines the text that will be displayed as the label
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String psLabel
| Access Type | Syntax |
|---|---|
| Read Access: | Get psLabel to StringVariable |
| Write Access: | Set psLabel to StringVariable/Value |
Description
A button can have a text label displayed on it as well as an image. Set the psLabel property to the text that you want displayed as the label. The pbList property determines whether the label is displayed adjacent or beneath the image.
You must set the toolbar's pbShowLabels property to True, to display the labels.
Default is "".