Click or drag to resize

Pointer.Show Method (Typed)

X#
Display a pointer so it is visible.

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

Return Value

Type: Usual
Remarks
By default, pointers are always visible until hidden, so there is no need to call the Pointer:Show() method unless Pointer:Hide() was previously called.
Tip Tip
Multiple calls to Pointer:Hide() require multiple calls to Pointer:Show() before the pointer is redisplayed.
See Also