Programming with Reflection

image\rwnprg32.gif ConfigurationLocked property

 

Syntax

object.ConfigurationLocked
object.ConfigurationLocked = Value

Works with

image\r1.gif

Data type

Boolean

 

Description

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 image\esc.gif&q1L (ConfigurationLocked = True) and image\esc.gif&q0L (ConfigurationLocked = False).

Values

The default value is False.

Notes

You can use SetPropertyProfile if you don't want this property to be modifiable in the View Settings dialog.

 

image\jump.gif Keyword Index

image\popup.gif Related Topics

image\popup.gif Reflection products that use this property