Excalibur Software PropertyList 3.0

LockedEdit

Property LockedEdit As Boolean

Description
Returns/sets whether the property item's Edit control (if it has one) will be locked. If this value is True, the user will not be able to enter a value into the edit field with the keyboard. Otherwise, the edit field will be editable via the keyboard.

Remarks
If you add a property of type ExPropStringValue or ExPropNumericValue to the Properties collection, the LockedEdit property of the item will default to False. Otherwise, it defaults to True.