Version 63.0.0
Cursor type values.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntaxpublic enum class CursorType
Members
| Member name | Value | Description |
---|
| Pointer | 0 | |
| Cross | 1 | |
| Hand | 2 | |
| IBeam | 3 | |
| Wait | 4 | |
| Help | 5 | |
| EastResize | 6 | |
| NorthResize | 7 | |
| NortheastResize | 8 | |
| NorthwestResize | 9 | |
| SouthResize | 10 | |
| SoutheastResize | 11 | |
| SouthwestResize | 12 | |
| WestResize | 13 | |
| NorthSouthResize | 14 | |
| EastWestResize | 15 | |
| NortheastSouthwestResize | 16 | |
| NorthwestSoutheastResize | 17 | |
| ColumnResize | 18 | |
| RowResize | 19 | |
| MiddlePanning | 20 | |
| EastPanning | 21 | |
| NorthPanning | 22 | |
| NortheastPanning | 23 | |
| NorthwestPanning | 24 | |
| SouthPanning | 25 | |
| SoutheastPanning | 26 | |
| SouthwestPanning | 27 | |
| WestPanning | 28 | |
| Move | 29 | |
| VerticalText | 30 | |
| Cell | 31 | |
| ContextMenu | 32 | |
| Alias | 33 | |
| Progress | 34 | |
| NoDrop | 35 | |
| Copy | 36 | |
| None | 37 | |
| NotAllowed | 38 | |
| ZoomIn | 39 | |
| ZoomOut | 40 | |
| Grab | 41 | |
| Grabbing | 42 | |
| Custom | 43 | |
See Also