pbControlFlagWrapRow - cCJMenuItem
Determines if item in a menubar, toolbar or popup menu should wrap to the next "row"
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbControlFlagWrapRow
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbControlFlagWrapRow to BooleanVariable |
| Write Access: | Set pbControlFlagWrapRow to BooleanVariable/Value |
Description
Setting pbControlFlagWrapRow to True, forces the item in a menubar, toolbar or popup menu, to wrap to the next "row" creating a multi-row menu. The "row" may actually be a new column depending on the orientation of the item.
Default is False
| Col 1 | Col 2 |
|---|---|
| Note: | This is a design-time only property. This property is applied when the COM control is created. You should not change this property after the control is created. Changing the property will have no effect on the existing control. |