Edit.ReadOnly Property (Typed) | |
A logical value specifying the read-only state of an edit control.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY ReadOnly AS LOGIC GET SET
public override bool ReadOnly { get; set; }
Request Example
View SourceProperty Value
Type:
LogicA 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