ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
This is an old revision of the document!
<!– Enumeration –> This enumeration determines the cursor that appears when the pointer moves over the map.
Map.Cursor property uses this enumeration to determine which cursor to display when the pointer moves over the map.
Name | Summary |
---|---|
Default | Platform-dependent default cursor; usually an arrow. |
Crosshair | Simple cross hair. |
Help | Arrow with question mark, indicating help is available. |
Move | Crossed arrows, indicating something is to be moved. |
EResize | Arrows, indicating the east edge is to be moved. |
NResize | Arrows, indicating the north edge is to be moved. |
NEResize | Arrows, indicating the northeast edge is to be moved. |
NWResize | Arrows, indicating the northwest edge is to be moved. |
Pointer | Hand with the first finger pointing up, as when the user moves the pointer over a link. |
Progress | Arrow with an hourglass next to it, indicating that a process is running in the background. User interaction with the page is unaffected. |
Text | Editable text; usually an I-bar. |
SResize | Arrows, indicating the south edge is to be moved. |
SEResize | Arrows, indicating the southeast edge is to be moved. |
SWResize | Arrows, indicating the southwest edge is to be moved. |
WResize | Arrows, indicating the west edge is to be moved. |
Wait | Hourglass or watch, indicating that the program is busy and the user should wait. |
Custom | Cursor specified by the custom cursor file. |