Control.IsReadOnly Method (Typed) | |
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
public virtual bool IsReadOnly()
Request Example
View SourceReturn Value
Type:
Logic
TRUE if the control is readonly; otherwise, FALSE.
See Also