Click or drag to resize

Window.Enable Method

X#
Enable a previously disabled window.

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

Return Value

Type: Usual
NIL
Remarks
Enabling a window allows it to receive mouse and keyboard events. By default, windows are enabled until disabled, so there is no need to call the Window:Enable() method unless Window:Disable() was previously called.
See Also