Click or drag to resize

Window.Enable Method (Typed)

X#
Enable a previously disabled window.

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

Return Value

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