pbControlPopupToolBar - cCJMenuItem
Sets the specified toolbar to popup
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbControlPopupToolBar
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbControlPopupToolBar to BooleanVariable |
| Write Access: | Set pbControlPopupToolBar to BooleanVariable/Value |
Description
If pbControlPopupToolBar is true, it specifies that the controls in the command bar will be displayed as a popup toolbar when the command bar is displayed as a popup. If false, the controls are displayed as a normal menu.
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. |