[]
Specifies the type of cursor.
public enum CursorType
Public Enum CursorType
| Name | Description |
|---|---|
| AllScroll | all-scroll Only supported by Internet Explorer 6 and later. Arrows pointing up, down, left, and right with a dot in the middle, indicates that the page can be scrolled in any direction. |
| Auto | Automatically sets the cursor type |
| ColResize | col-resize Only supported by Internet Explorer 6 and later. Arrows pointing left and right with a vertical bar separating them, indicates that the item or column can be resized horizontally. |
| CrossHair | Sets the Crosshair cursor type |
| Default | Sets the Default cursor type |
| EResize | Sets the E-Resize cursor type |
| Hand | Sets the Hand cursor type,(only supported by IE5). |
| Help | Sets the Help cursor type |
| Move | Sets the Move cursor type |
| NResize | Sets the N-Resize cursor type |
| NeResize | Sets the NeResize cursor type |
| NoDrop | no-drop Only supported by Internet Explorer 6 and later. Hand with a small circle with a line through it, indicates that the dragged item cannot be dropped at the current cursor location. |
| NotAllowed | not-allowed Only supported by Internet Explorer 6 and later. Circle with a line through it, indicates that the requested action will not be carried out. |
| NotSet | Does not set the cursor type |
| NwResize | Sets the NwResize cursor type |
| Pointer | Sets the Pointer cursor type |
| Progress | progress Only supported by Internet Explorer 6 and later. Arrow with an hourglass next to it, indicates that a process is running in the background. User interaction with the page is unaffected. |
| RowResize | row-resize Only supported by Internet Explorer 6 and later. Arrows pointing up and down with a horizontal bar separating them, indicates that the item or row can be resized vertically. |
| SResize | Sets the S-Resize cursor type |
| SeResize | Sets the SeResize cursor type |
| SwResize | Sets the SwResize cursor type |
| Text | Sets the Text cursor type |
| VerticalText | vertical-text Only supported by Internet Explorer 6 and later. Editable vertical text, indicated by a horizontal I-bar. |
| WResize | Sets the W-Resize cursor type |
| Wait | Sets the Wait cursor type |