Click or drag to resize

Control.IsReadOnly Method (Typed)

X#
Report if this control is currently readonly.

Namespace:  XSharp.VO.SDK
Assembly:  XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD IsReadOnly() AS LOGIC
Request Example View Source

Return Value

Type: Logic
TRUE if the control is readonly; otherwise, FALSE.
See Also