Click or drag to resize

Control.Enable Method

X#
Enable a control that was previously disabled.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL METHOD Enable() AS USUAL
Request Example View Source

Return Value

Type: Usual
Remarks
Enabling a control allows it to generate events and to send the events to its owner window when the user manipulates the control. The dimming of disabled controls is removed, and the control is restored to its normal appearance. By default, controls are enabled until disabled, so there is no need to call this Enable() method unless Control:Disable() was previously called.
See Also