Edit.ReadOnly Property | |
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
public override Usual ReadOnly { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA 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