pbHideWrap - cCJAbstractCommandBar
Determines if the menubar or toolbar should wrap to the next line or be clipped
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbHideWrap
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbHideWrap to BooleanVariable |
| Write Access: | Set pbHideWrap to BooleanVariable/Value |
Description
pbHideWrap determines if the menubar or toolbar should wrap to the next line or be clipped.
If true, when the menubar or toolbar width is larger than the window width, the controls that cannot be displayed will not wrap below the command bar. A chevron control will be placed at the end of the command bar to allow you to access the hidden controls.
If false, when the menubar or toolbar width is larger than the window width, the controls that cannot be displayed will wrap to the next line.
Default is False, which enables wrapping.