Click or drag to resize

ControlWindow.Disable Method

X#
Disable a control window, including its associated control (until a subsequent call to ControlWindow:Enable()).

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

Return Value

Type: Usual
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