Microsoft SDK for Java

Cursor Fields

Fields Description
APPSTARTING Specifies the cursor that appears as an application is starting.
ARROW Specifies an arrow cursor.
CROSS Specifies a crosshair cursor.
DEFAULT Specifies the default cursor, which is usually an arrow cursor.
HELP Specifies a help cursor, which is a combination of an arrow and a question mark.
HSPLIT Specifies the cursor that appears when the mouse is positioned over a horizontal splitter bar.
IBEAM Specifies an I-beam cursor, which is used to show where the text cursor will appear when the mouse is clicked.
NO Specifies a cursor which indicates that a particular region is invalid for a given operation.
SIZEALL Specifies a four-headed sizing cursor, which consists of four joined arrows, which point north, south, east, and west.
SIZENESW Specifies a two-headed northeast/southwest sizing cursor.
SIZENS Specifies a two-headed north/south sizing cursor.
SIZENWSE Specifies a two-headed northwest/southeast sizing cursor.
SIZEWE Specifies a two-headed west/east sizing cursor.
UPARROW Specifies an up arrow, typically used to identify an insertion point.
VSPLIT Specifies a vertical splitter bar cursor.
WAIT Specifies a standard "wait" (or hourglass) cursor.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.