Click or drag to resize

Pointer.Hide Method (Typed)

X#
Hide this pointer so it is not visible. Hide a control so it is not visible (until a subsequent call to Pointer:Show()).

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

Return Value

Type: Usual
Remarks
Multiple calls to Pointer:Hide() require multiple calls to Pointer:Show() before the pointer is redisplayed.
See Also