Table of Contents

Enum CursorType

Namespace
DotNetBrowser.Ui.Cursors
Assembly
DotNetBrowser.dll

The cursor types.

public enum CursorType

Fields

Alias = 34

The alias (shortcut) cursor.

Cell = 32

The cell cursor.

ColumnResize = 19

The column resizing cursor.

ContextMenu = 33

RThe context menu cursor.

Copy = 37

The copy cursor.

Cross = 2

The crosshair cursor.

Custom = 44

The custom cursor defined on the particular web page.

DndCopy = 47

The drag-and-drop operation "Copy" cursor.

The drag-and-drop operation "Link" cursor.

DndMove = 46

The drag-and-drop operation "Move" cursor.

DndNone = 45

The drag-and-drop operation "None" cursor.

EastPanning = 22

The east panning cursor.

EastResize = 7

The east sizing cursor.

EastWestNoResize = 49

The no-resize cursor (resize cannot be performed in east-west direction).

EastWestResize = 16

The two-headed east/west sizing cursor.

Grab = 42

The grab (hand) cursor.

Grabbing = 43

The grabbing hand cursor.

Hand = 3

The hand cursor.

Help = 6

The help cursor, which is a combination of an arrow and a question mark.

IBeam = 4

The I-beam cursor, which is used to show where the text cursor appears when the mouse is clicked.

MiddlePanning = 21

The middle panning cursor.

Move = 30

The move cursor.

NoDrop = 36

The cursor with which indicates that a particular region is invalid for a given operation.

None = 38

The special cursor that is invisible.

NorthEastPanning = 24

The northeast panning cursor.

NorthEastResize = 9

The northeast sizing cursor.

NorthEastSouthWestNoResize = 51

The no-resize cursor (resize cannot be performed in northeast-southwest direction).

NorthEastSouthWestResize = 17

The two-headed northeast/southwest sizing cursor.

NorthPanning = 23

The panning cursor.

NorthResize = 8

The northsizing cursor.

NorthSouthNoResize = 50

The no-resize cursor (resize cannot be performed in north-south direction).

NorthSouthResize = 15

The two-headed north/south sizing cursor.

NorthWestPanning = 25

The northwest panning cursor.

NorthWestResize = 10

The northwest sizing cursor.

NorthWestSouthEastNoResize = 52

The no-resize cursor (resize cannot be performed in northwest-southeast direction).

NorthWestSouthEastResize = 18

The two-headed northwest/southeast sizing cursor.

NotAllowed = 39

The cursor with which indicates that a particular region is not allowed for a given operation.

Pointer = 1

The pointer (arrow) cursor.

Progress = 35

The cursor that appears when an operation is in progress, for instance, when an application is starting.

RowResize = 20

The row resizing cursor.

SouthEastPanning = 27

The southeast panning cursor.

SouthEastResize = 12

The southeast sizing cursor.

SouthPanning = 26

The south panning cursor.

SouthResize = 11

The sizing cursor.

SouthWestPanning = 28

The southwest panning cursor.

SouthWestResize = 13

The sizing cursor.

Unspecified = 0

The cursor type is not specified.

VerticalText = 31

The text cursor (similar to I-beam) fro vertical text.

Wait = 5

The wait (hourglass) cursor.

WestPanning = 29

The west panning cursor.

WestResize = 14

The sizing cursor.

ZoomIn = 40

The zoom in cursor.

ZoomOut = 41

The zoom out cursor.