ShowCursor

Syntax

ShowCursor(display)

Description

ShowCursor changes the display of the cursor to on or off. Specify OFF as the argument to hide the cursor; specify ON to show the cursor.

Use this function to hide the cursor temporarily during a presentation or sequence.

Example

This statement turns the cursor off:

ShowCursor(OFF)

Related Function

See SetCursor.