Click or drag to resize

CursorType Enumeration

Version 94.4.20
Cursor type values.

Namespace:  CefSharp.Enums
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public enum CursorType
Members
  Member nameValueDescription
Pointer0 Pointer
Cross1 An enum constant representing the cross option.
Hand2 An enum constant representing the hand option.
IBeam3 An enum constant representing the beam option.
Wait4 An enum constant representing the wait option.
Help5 An enum constant representing the help option.
EastResize6 An enum constant representing the east resize option.
NorthResize7 An enum constant representing the north resize option.
NortheastResize8 An enum constant representing the northeast resize option.
NorthwestResize9 An enum constant representing the northwest resize option.
SouthResize10 An enum constant representing the south resize option.
SoutheastResize11 An enum constant representing the southeast resize option.
SouthwestResize12 An enum constant representing the southwest resize option.
WestResize13 An enum constant representing the west resize option.
NorthSouthResize14 An enum constant representing the north south resize option.
EastWestResize15 An enum constant representing the east west resize option.
NortheastSouthwestResize16 An enum constant representing the northeast southwest resize option.
NorthwestSoutheastResize17 An enum constant representing the northwest southeast resize option.
ColumnResize18 An enum constant representing the column resize option.
RowResize19 An enum constant representing the row resize option.
MiddlePanning20 An enum constant representing the middle panning option.
EastPanning21 An enum constant representing the east panning option.
NorthPanning22 An enum constant representing the north panning option.
NortheastPanning23 An enum constant representing the northeast panning option.
NorthwestPanning24 An enum constant representing the northwest panning option.
SouthPanning25 An enum constant representing the south panning option.
SoutheastPanning26 An enum constant representing the southeast panning option.
SouthwestPanning27 An enum constant representing the southwest panning option.
WestPanning28 An enum constant representing the west panning option.
Move29 An enum constant representing the move option.
VerticalText30 An enum constant representing the vertical text option.
Cell31 An enum constant representing the cell option.
ContextMenu32 An enum constant representing the context menu option.
Alias33 An enum constant representing the alias option.
Progress34 An enum constant representing the progress option.
NoDrop35 An enum constant representing the no drop option.
Copy36 An enum constant representing the copy option.
None37 An enum constant representing the none option.
NotAllowed38 An enum constant representing the not allowed option.
ZoomIn39 An enum constant representing the zoom in option.
ZoomOut40 An enum constant representing the zoom out option.
Grab41 An enum constant representing the grab option.
Grabbing42 An enum constant representing the grabbing option.
MiddlePanningVertical43 An enum constant representing the MiddlePanningVertical option.
MiddlePanningHorizontal44 An enum constant representing the MiddlePanningHorizontal option.
Custom45 An enum constant representing the custom option.
DndNone46 DndNone
DndMove47 DndMove
DndCopy48 DndCopy
DndLink49 DndLink
See Also