Window.Enable Method (Typed) | |
Enable a previously disabled window.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.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