pbControlFlagRightAlign - cCJMenuItem
Determines if the control is right aligned
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbControlFlagRightAlign
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbControlFlagRightAlign to BooleanVariable |
| Write Access: | Set pbControlFlagRightAlign to BooleanVariable/Value |
Description
pbControlFlagRightAlign determines if the control is right aligned.
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. |