Programming with Reflection
ConfigurationLocked property
Syntax |
object.ConfigurationLocked |
Works with |
|
Data type |
Returns (first syntax line) or specifies (second syntax line) whether the Connection Setup command is available. Setting this property to True disables Connection Setup.
This is equivalent to the HP escape sequences &q1L (ConfigurationLocked = True) and
&q0L (ConfigurationLocked = False).
The default value is False.
You can use SetPropertyProfile if you don't want this property to be modifiable in the View Settings dialog.