Control.IsEnabled Method (Typed) | |
Report if this control is currently enabled.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD IsEnabled() AS LOGIC CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual bool IsEnabled()
Request Example
View SourceReturn Value
Type:
Logic
TRUE if the control is enabled; otherwise, FALSE.
See Also