Important: The information in this document is obsolete and should not be used for new development.
Hiding and Showing Cursors
You can remove the cursor image from the screen by using either theHideCursor
orHide_Cursor
procedure. You can hide the cursor temporarily by using theObscureCursor
procedure, or you can hide the cursor in a given rectangle by using theShieldCursor
procedure. Your application should hide the cursor when the user is typing, for example. To display a cursor hidden by theHideCursor
,Hide_Cursor
, orObscureCursor
procedure, use theShowCursor
orShow_Cursor
procedure. (When you useObscureCursor
to hide the cursor, the cursor is redisplayed automatically the next time the user moves the mouse.)
Subtopics
- HideCursor
- Hide_Cursor
- ObscureCursor
- ShieldCursor
- ShowCursor
- Show_Cursor