Click or drag to resize

ControlWindow.Enable Method

X#
Enable a control window 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 window allows it to generate events and to send the events to its owner window when the user manipulates the control window. The dimming of disabled control windows is removed, and the control window is restored to its normal appearance. By default, control windows are enabled until disabled, so there is no need to call this Enable() method unless ControlWindow:Disable() was previously called.
See Also