Field Summary | ||
---|---|---|
const Number | DEFAULT | |
Standard pointer. | ||
const Number | ARROW | |
Arrow. | ||
const Number | CROSS | |
Cross-hair pointer. | ||
const Number | I_BEAM | |
I-beam. | ||
const Number | SIZE_NESW | |
Double arrow pointing northeast and southwest. | ||
const Number | SIZE_NS | |
Double arrow pointing north and south. | ||
const Number | SIZE_NWSE | |
Double arrow pointing northwest and southeast. | ||
const Number | SIZE_WE | |
Double arrow pointing west and east. | ||
const Number | UP_ARROW | |
Up arrow. | ||
const Number | HOUR_GLASS | |
Hourglass. | ||
const Number | NO_DROP | |
“Not” symbol (circle with a diagonal line) on top of the object being dragged. | ||
const Number | APP_STARTING | |
Arrow with an hourglass. | ||
const Number | HELP | |
Arrow with a question mark. | ||
const Number | SIZE_ALL | |
“Size-all” cursor (arrows pointing north, south, east, and west). | ||
const Number | CUSTOM | |
Uses the icon specified by the MouseIcon property. |
Field Detail |
---|
DEFAULT | |
const Number DEFAULT |
ARROW | |
const Number ARROW |
CROSS | |
const Number CROSS |
I_BEAM | |
const Number I_BEAM |
SIZE_NESW | |
const Number SIZE_NESW |
SIZE_NS | |
const Number SIZE_NS |
SIZE_NWSE | |
const Number SIZE_NWSE |
SIZE_WE | |
const Number SIZE_WE |
UP_ARROW | |
const Number UP_ARROW |
HOUR_GLASS | |
const Number HOUR_GLASS |
NO_DROP | |
const Number NO_DROP |
APP_STARTING | |
const Number APP_STARTING |
HELP | |
const Number HELP |
SIZE_ALL | |
const Number SIZE_ALL |
CUSTOM | |
const Number CUSTOM |