Control.IsReadOnly Method | |
Report if this control is currently readonly.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD IsReadOnly() AS USUAL
public virtual Usual IsReadOnly()
Request Example
View SourceReturn Value
Type:
Usual
TRUE if the control is readonly; otherwise, FALSE.
See Also