pbWrap - cToolbarButton
Determines if next button wil wrap
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbWrap
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbWrap to BooleanVariable |
| Write Access: | Set pbWrap to BooleanVariable/Value |
Description
Setting pbWrap to True will ensure that the button is the last one on a row, by placing the next button on a new row.
Setting this to True will wrap the next button, even if the toolbar's pbWrapable is False.
The button must have its pbEnabled property set to True, for this to have affect.
Default is false.