Pointer.Show Method (Typed) | |
Display a pointer so it is visible.
Namespace:
XSharp.VO.SDK
Assembly:
XSharp.VOGUIClasses (in XSharp.VOGUIClasses.dll) Version: 2.19
Syntax 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 |
---|
Multiple calls to Pointer:Hide() require multiple calls to Pointer:Show() before the pointer is redisplayed. |
See Also