Click or drag to resize

DataWindow.Hide Method (Typed)

X#
Hide this data 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 data window remains hidden from display until the Show() method is called.
See Also