Click or drag to resize

Window.Disable Method (Typed)

X#
Disable this window (until a subsequent call to Enable()).

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

Return Value

Type: 
NIL
Remarks
Disabled windows no longer receive mouse and keyboard events.
See Also