__VSCURSORTYPE Enumeration

 

Specifies cursor types.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

public enum __VSCURSORTYPE

Member nameDescription
VSCURSOR_APPSTARTING

Application starting cursor.

VSCURSOR_COLUMNSPLIT_EW

Horizontal column split cursor.

VSCURSOR_COLUMNSPLIT_NS

Vertical column split cursor.

VSCURSOR_CONTROL_COPY

Copy cursor.

VSCURSOR_CONTROL_DELETE

Delete cursor.

VSCURSOR_CONTROL_MOVE

Move cursor.

VSCURSOR_CROSS

Crosshairs cursor.

VSCURSOR_DRAGDOCUMENT_MOVE

Document-drag- movement cursor.

VSCURSOR_DRAGDOCUMENT_NOEFFECT

Document-not-draggable cursor

VSCURSOR_DRAGSCRAP_COPY

Drag from scrap to copy cursor.

VSCURSOR_DRAGSCRAP_MOVE

Drag from scrap to move cursor.

VSCURSOR_DRAGSCRAP_SCROLL

Scroll while dragging from scrap cursor.

VSCURSOR_HAND

Hand cursor.

VSCURSOR_IBEAM

I-beam (text) cursor.

VSCURSOR_ISEARCH

Search cursor.

VSCURSOR_ISEARCH_UP

Search up cursor.

VSCURSOR_MACRO_RECORD_NO

Macro not recording cursor.

VSCURSOR_NO

Action not allowed cursor.

VSCURSOR_NOMOVE_2D

Flat movement not possible cursor.

VSCURSOR_NOMOVE_HORIZ

No horizontal movement cursor.

VSCURSOR_NOMOVE_VERT

No vertical movement cursor.

VSCURSOR_PAN_EAST

Right pan cursor.

VSCURSOR_PAN_NE

Upper-right pan cursor.

VSCURSOR_PAN_NORTH

Pan up cursor.

VSCURSOR_PAN_NW

Upper-left pan cursor.

VSCURSOR_PAN_SE

Lower-right pan cursor.

VSCURSOR_PAN_SOUTH

Pan down cursor.

VSCURSOR_PAN_SW

Lower-right pan cursor.

VSCURSOR_PAN_WEST

Pan left cursor.

VSCURSOR_POINTER

Pointer cursor.

VSCURSOR_POINTER_REVERSE

Reverse pointer cursor.

VSCURSOR_SIZE_ALL

Resize all cursor.

VSCURSOR_SIZE_EW

Resize horizontal cursor.

VSCURSOR_SIZE_NESW

Resize (clockwise) cursor.

VSCURSOR_SIZE_NS

Resize vertical cursor.

VSCURSOR_SIZE_NWSE

Resize (counterclockwise) cursor.

VSCURSOR_SPLIT_EW

Horizontal split cursor.

VSCURSOR_SPLIT_NS

Vertical split cursor.

VSCURSOR_UPARROW

Up arrow cursor.

VSCURSOR_WAIT

Wait cursor.

Return to top
Show: