Table of Contents

Class Cursors

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Provides a collection of Cursor objects for use by an application.

public static class Cursors
Inheritance
Cursors

Properties

Arrow

A standard arrow cursor.

Char

Rectangular character cursor.

Cross

A crosshair cursor.

Default

Gets the default cursor, which is usually an arrow cursor.

HSplit

Gets the cursor that appears when the mouse is positioned over a horizontal splitter bar.

Hand

A hand cursor.

IBeam

A text I-Beam cursor (vertical line).

LeftButton

Represents a mouse with the left button depressed.

MiddleButton

Represents a mouse with the middle button depressed.

NoEntry

A no-entry sign cursor.

None

A value indicating that no cursor should be displayed.

QuestionArrow

An arrow and question mark.

RightButton

Represents a mouse with the right button depressed.

SizeNESW

A cursor with arrows pointing northeast and southwest.

SizeNS

A cursor with arrows pointing north and south.

SizeNWSE

A cursor with arrows pointing northwest and southeast.

SizeWE

A cursor with arrows pointing west and east.

Sizing

A general sizing cursor.

VSplit

Gets the cursor that appears when the mouse is positioned over a vertical splitter bar.

Wait

An hourglass cursor.

Watch

A watch cursor.