Click or drag to resize
CursorType Enumeration
Version 63.0.0
Cursor type values.

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 63.0.0.0 (63.0.0.0)
Syntax
public enum CursorType
Members
  Member nameValueDescription
Pointer0
Cross1
Hand2
IBeam3
Wait4
Help5
EastResize6
NorthResize7
NortheastResize8
NorthwestResize9
SouthResize10
SoutheastResize11
SouthwestResize12
WestResize13
NorthSouthResize14
EastWestResize15
NortheastSouthwestResize16
NorthwestSoutheastResize17
ColumnResize18
RowResize19
MiddlePanning20
EastPanning21
NorthPanning22
NortheastPanning23
NorthwestPanning24
SouthPanning25
SoutheastPanning26
SouthwestPanning27
WestPanning28
Move29
VerticalText30
Cell31
ContextMenu32
Alias33
Progress34
NoDrop35
Copy36
None37
NotAllowed38
ZoomIn39
ZoomOut40
Grab41
Grabbing42
Custom43
See Also