__VSCURSORTYPE Enum

Definition

Specifies cursor types.

public enum class __VSCURSORTYPE
public enum class __VSCURSORTYPE
enum __VSCURSORTYPE
public enum __VSCURSORTYPE
type __VSCURSORTYPE = 
Public Enum __VSCURSORTYPE
Inheritance
__VSCURSORTYPE

Fields

VSCURSOR_APPSTARTING 1

Application starting cursor.

VSCURSOR_COLUMNSPLIT_EW 2

Horizontal column split cursor.

VSCURSOR_COLUMNSPLIT_NS 3

Vertical column split cursor.

VSCURSOR_CONTROL_COPY 4

Copy cursor.

VSCURSOR_CONTROL_DELETE 5

Delete cursor.

VSCURSOR_CONTROL_MOVE 6

Move cursor.

VSCURSOR_CROSS 7

Crosshairs cursor.

VSCURSOR_DRAGDOCUMENT_MOVE 8

Document-drag- movement cursor.

VSCURSOR_DRAGDOCUMENT_NOEFFECT 9

Document-not-draggable cursor

VSCURSOR_DRAGSCRAP_COPY 10

Drag from scrap to copy cursor.

VSCURSOR_DRAGSCRAP_MOVE 11

Drag from scrap to move cursor.

VSCURSOR_DRAGSCRAP_SCROLL 12

Scroll while dragging from scrap cursor.

VSCURSOR_HAND 13

Hand cursor.

VSCURSOR_IBEAM 14

I-beam (text) cursor.

VSCURSOR_ISEARCH 15

Search cursor.

VSCURSOR_ISEARCH_UP 16

Search up cursor.

VSCURSOR_MACRO_RECORD_NO 17

Macro not recording cursor.

VSCURSOR_NO 18

Action not allowed cursor.

VSCURSOR_NOMOVE_2D 19

Flat movement not possible cursor.

VSCURSOR_NOMOVE_HORIZ 20

No horizontal movement cursor.

VSCURSOR_NOMOVE_VERT 21

No vertical movement cursor.

VSCURSOR_PAN_EAST 22

Right pan cursor.

VSCURSOR_PAN_NE 23

Upper-right pan cursor.

VSCURSOR_PAN_NORTH 24

Pan up cursor.

VSCURSOR_PAN_NW 25

Upper-left pan cursor.

VSCURSOR_PAN_SE 26

Lower-right pan cursor.

VSCURSOR_PAN_SOUTH 27

Pan down cursor.

VSCURSOR_PAN_SW 28

Lower-right pan cursor.

VSCURSOR_PAN_WEST 29

Pan left cursor.

VSCURSOR_POINTER 30

Pointer cursor.

VSCURSOR_POINTER_REVERSE 31

Reverse pointer cursor.

VSCURSOR_SIZE_ALL 36

Resize all cursor.

VSCURSOR_SIZE_EW 33

Resize horizontal cursor.

VSCURSOR_SIZE_NESW 35

Resize (clockwise) cursor.

VSCURSOR_SIZE_NS 32

Resize vertical cursor.

VSCURSOR_SIZE_NWSE 34

Resize (counterclockwise) cursor.

VSCURSOR_SPLIT_EW 37

Horizontal split cursor.

VSCURSOR_SPLIT_NS 38

Vertical split cursor.

VSCURSOR_UPARROW 39

Up arrow cursor.

VSCURSOR_WAIT 40

Wait cursor.

Applies to