Click or drag to resize

Edit.ReadOnly Property (Typed)

X#
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 
Request Example View Source

Property Value

Type: Logic
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