Click or drag to resize

Edit.ReadOnly Property

X#
A logical value specifying the read-only state of an edit control.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY ReadOnly AS USUAL GET SET 
Request Example View Source

Property Value

Type: Usual
A logical value specifying the read-only state of an edit control.
Remarks
A logical value specifying the read-only state of an edit control. This property allows you to change the read-only state at runtime. Note that changing the ReadOnly style via Edit:SetStyle(ES_READONLY) is not respected by the edit control at runtime.
See Also