Control.Disable Method (Typed) | |
Disable a control (until a subsequent call to Control:Enable()).
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax Remarks
Disabled controls are not active (for example, push buttons cannot be clicked and data controls cannot be modified) and, therefore, they do not send events to their owner windows. Note that under Windows, a disabled control is dimmed.
See Also