pbControlFlagLeftPopup - cCJMenuItem
Determines if the popup will start from the left side of the control that was clicked
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbControlFlagLeftPopup
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbControlFlagLeftPopup to BooleanVariable |
| Write Access: | Set pbControlFlagLeftPopup to BooleanVariable/Value |
Description
If pbControlFlagLeftPopup is true, the popup will start from the left side of the control that was clicked. This property only applies to popup item's within a popup 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. |