pbControlDoubleGripper - cCJMenuItem
Determines whether menu items that are checked will have both a check mark and an image next to them in the popup menu
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbControlDoubleGripper
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbControlDoubleGripper to BooleanVariable |
| Write Access: | Set pbControlDoubleGripper to BooleanVariable/Value |
Description
The pbControlDoubleGripper property is used to specify whether menu items that are checked will have both a check mark and an image next to them in the popup menu. By default, if a menu item has an image and is checked, then the image of the item will appear highlighted to indicate that it is checked. When using the Double Gripper, both a check mark and the image are displayed side-by-side.
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. |