Skip to content

pbShowLabels - cToolbar

Determines if labels are actually shown.

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

Syntax

Property Boolean pbShowLabels
Access Type Syntax
Read Access: Get pbShowLabels to BooleanVariable
Write Access: Set pbShowLabels to BooleanVariable/Value

Description

Although each button has a psLabel property that stores the text to display on each button, you need to set the toolbar's pbShowLabels to True, to actually show the labels.

Col 1 Col 2
Note: This is a design-time only property, meaning that you can only set it during the object-construction and cannot change it once the toolbar has been created, without manually destroying and creating the toolbar again.

Default is false.