VLPropertyList Reference

Read/Write PropertyReadOnly

See Also See Also Applies To Applies To

Returns or sets a value that specifies / makes a property read only.

 

Syntax

object.ReadOnly[= boolean]

 

The ReadOnly property syntax has these parts:

PartDescription
object An object expression that evaluates to CProperty.
boolean A Boolean expression specifying to make a property readonly or not.

 

Setting

The settings for Value are:

Setting Description
False (Default) Property is not ReadOnly.
True Property is ReadOnly.

 

Remark

Value of a readonly property can still be modified programmatically. Readonly only refers to the behavior with respect to the visual interface.