Enum CursorType
- Namespace
- DotNetBrowser.Ui.Cursors
- Assembly
- DotNetBrowser.dll
The cursor types.
public enum CursorType
Fields
Alias = 34The alias (shortcut) cursor.
Cell = 32The cell cursor.
ColumnResize = 19The column resizing cursor.
ContextMenu = 33RThe context menu cursor.
Copy = 37The copy cursor.
Cross = 2The crosshair cursor.
Custom = 46The custom cursor defined on the particular web page.
DndCopy = 49The drag-and-drop operation "Copy" cursor.
DndLink = 50The drag-and-drop operation "Link" cursor.
DndMove = 48The drag-and-drop operation "Move" cursor.
DndNone = 47The drag-and-drop operation "None" cursor.
EastPanning = 22The east panning cursor.
EastResize = 7The east sizing cursor.
EastWestNoResize = 51The no-resize cursor (resize cannot be performed in east-west direction).
EastWestResize = 16The two-headed east/west sizing cursor.
Grab = 42The grab (hand) cursor.
Grabbing = 43The grabbing hand cursor.
Hand = 3The hand cursor.
Help = 6The help cursor, which is a combination of an arrow and a question mark.
IBeam = 4The I-beam cursor, which is used to show where the text cursor appears when the mouse is clicked.
MiddlePanning = 21The middle panning cursor.
MiddlePanningHorizontal = 45The middle panning horizontal cursor.
MiddlePanningVertical = 44The middle panning vertical cursor.
Move = 30The move cursor.
NoDrop = 36The cursor with which indicates that a particular region is invalid for a given operation.
None = 38The special cursor that is invisible.
NorthEastPanning = 24The northeast panning cursor.
NorthEastResize = 9The northeast sizing cursor.
NorthEastSouthWestNoResize = 53The no-resize cursor (resize cannot be performed in northeast-southwest direction).
NorthEastSouthWestResize = 17The two-headed northeast/southwest sizing cursor.
NorthPanning = 23The panning cursor.
NorthResize = 8The northsizing cursor.
NorthSouthNoResize = 52The no-resize cursor (resize cannot be performed in north-south direction).
NorthSouthResize = 15The two-headed north/south sizing cursor.
NorthWestPanning = 25The northwest panning cursor.
NorthWestResize = 10The northwest sizing cursor.
NorthWestSouthEastNoResize = 54The no-resize cursor (resize cannot be performed in northwest-southeast direction).
NorthWestSouthEastResize = 18The two-headed northwest/southeast sizing cursor.
NotAllowed = 39The cursor with which indicates that a particular region is not allowed for a given operation.
Pointer = 1The pointer (arrow) cursor.
Progress = 35The cursor that appears when an operation is in progress, for instance, when an application is starting.
RowResize = 20The row resizing cursor.
SouthEastPanning = 27The southeast panning cursor.
SouthEastResize = 12The southeast sizing cursor.
SouthPanning = 26The south panning cursor.
SouthResize = 11The sizing cursor.
SouthWestPanning = 28The southwest panning cursor.
SouthWestResize = 13The sizing cursor.
VerticalText = 31The text cursor (similar to I-beam) fro vertical text.
Wait = 5The wait (hourglass) cursor.
WestPanning = 29The west panning cursor.
WestResize = 14The sizing cursor.
ZoomIn = 40The zoom in cursor.
ZoomOut = 41The zoom out cursor.