pbControlFlagNoMovable - cCJMenuItem
Determines if the user will be able to move or edit the control
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Syntax
Property Boolean pbControlFlagNoMovable
| Access Type | Syntax |
|---|---|
| Read Access: | Get pbControlFlagNoMovable to BooleanVariable |
| Write Access: | Set pbControlFlagNoMovable to BooleanVariable/Value |
Description
pbControlFlagNoMovable is used to disable customization. If true and end user customization is enabled, the user will not be able to move or edit the control.
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. |