Click or drag to resize

Cursor.Show Method

X#
Display a cursor so it is visible.

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

Return Value

Type: Usual
Remarks
You must always Show() cursors explicitly. Cursor:Show() is also usually called to redisplay a cursor that was hidden with the Cursor:Hide() method.
See Also