Window.Enable Method | |
Enable a previously disabled window.
Namespace:
VO
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax 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