Click or drag to resize

Window.Hide Method (Typed)

X#
Hide this window so it is not visible.

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

Implements

Hide
Remarks
The window remains hidden from display until the Window:Show() method is called. This method is not used to close a window. Use Window:Hide() to make a window disappear from view, but remain available for re-opening.
See Also