Modifica

Condividi tramite


OlMousePointer Enum

Definition

Specifies the mouse cursor that is displayed while the mouse is positioned over a control and a drag/drop operation is not being performed.

public enum class OlMousePointer
[System.Runtime.InteropServices.Guid("1BA5FCB6-05E9-4721-979D-3CE2C9084479")]
public enum OlMousePointer
Public Enum OlMousePointer
Inheritance
OlMousePointer
Attributes

Fields

Name Value Description
olMousePointerDefault 0

The default cursor.

olMousePointerArrow 1

The cursor is the standard arrow.

olMousePointerCross 2

The cursor is the cross.

olMousePointerIBeam 3

The cursor is the I-beam text entry cursor.

olMousePointerSizeNESW 6

Resize cursor from Northeast to Southwest.

olMousePointerSizeNS 7

Resize cursor from North to South.

olMousePointerSizeNWSE 8

Resize cursor from Northwest to Southeast.

olMousePointerSizeWE 9

Resize cursor from West to East.

olMousePointerUpArrow 10

The cursor is the vertical arrow.

olMousePointerHourGlass 11

The cursor is the hourglass, representing that the application is busy.

olMousePointerNoDrop 12

The cursor is the no-drop cursor.

olMousePointerAppStarting 13

The cursor is the arrow and the hourglass, representing that the application is starting.

olMousePointerHelp 14

The cursor is the What's This help cursor.

olMousePointerSizeAll 15

Resize cursor in all directions.

olMousePointerCustom 99

The cursor is represented by the custom cursor bitmap.

Applies to