Microsoft SDK for Java

DhCursor Fields

Fields Description
AUTO Specifies that the browser determines the cursor to display based on the current context.
CROSSHAIR Specifies a simple cross-hair cursor.
DEFAULT Specifies a platform-dependent default cursor (usually an arrow).
E_RESIZE Specifies an arrow cursor indicating that an edge is to be moved in an eastern direction.
HAND Specifies a hand pointer cursor.
HELP Specifies an arrow cursor with a question mark indicating Help.
MOVE Specifies a cursor with crossed arrows indicating something is to be moved.
N_RESIZE Specifies an arrow cursor indicating that an edge is to be moved in a northern direction.
NE_RESIZE Specifies an arrow cursor indicating that an edge is to be moved in a northeastern direction.
NW_RESIZE Specifies an arrow cursor indicating that an edge is to be moved in a northwestern direction.
S_RESIZE Specifies an arrow cursor indicating that an edge is to be moved in a southern direction.
SE_RESIZE Specifies an arrow cursor indicating that an edge is to be moved in a southeastern direction.
SW_RESIZE Specifies an arrow cursor indicating that an edge is to be moved in a southwestern direction.
TEXT Specifies an editable text cursor (usually an I-bar).
W_RESIZE Specifies an arrow cursor indicating that an edge is to be moved in a western direction.
WAIT Specifies an hourglass or watch indicating that the program is busy and the user should wait.

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