Skip to main content
Version: 4.1

Cursors

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Defines a collection of predefined Cursor objects.

public class Cursors

Properties

Static member Alias

Cursor: Returns the "shortcut" cursor.

Static member Arrow

Cursor: Returns the "arrow" cursor.

Static member Cell

Cursor: Returns "cell" cursor.

Static member Copy

Cursor: Returns the clipboard "copy" cursor.

Static member Cross

Cursor: Returns the "crosshair" cursor.

Static member Default

Cursor: Returns the "default" cursor, which is usually an arrow cursor.

Static member Grab

Cursor: Returns the "grab" cursor.

Static member Hand

Cursor: Returns the "hand" cursor, typically used when hovering over a Web link.

Static member Help

Cursor: Returns the "help" cursor, which is a combination of an arrow and a question mark.

Static member HSplit

Cursor: Returns the "row-resize" cursor that appears when the mouse is positioned over a horizontal splitter bar.

Static member IBeam

Cursor: Returns the "text" cursor, which is used to show where the text cursor appears when the mouse is clicked.

Static member Move

Cursor: Returns the "move" cursor, typically an cross shape.

Static member No

Cursor: Returns the "not-allowed" cursor that indicates that a particular region is invalid for the current operation.

Static member None

Cursor: Returns the "none" cursor.

Static member NotAllowed

Cursor: Returns the "not-allowed" cursor.

Static member SizeAll

Cursor: Returns the "move" sizing cursor, which consists of four joined arrows that point north, south, east, and west.

Static member SizeNE

Cursor: Returns the "ne-resize" diagonal (north/east) sizing cursor.

Static member SizeNESW

Cursor: Returns the "nesw-resize" diagonal (northeast/southwest) sizing cursor.

Static member SizeNS

Cursor: Returns the "n-resize" vertical (north/south) sizing cursor.

Static member SizeNW

Cursor: Returns the "nw-resize" diagonal (north/west) sizing cursor.

Static member SizeNWSE

Cursor: Returns the "nwse-resize" diagonal (northwest/southeast) sizing cursor.

Static member SizeSE

Cursor: Returns the "se-resize" diagonal (south/east) sizing cursor.

Static member SizeSW

Cursor: Returns the "sw-resize" diagonal (south/west) sizing cursor.

Static member SizeWE

Cursor: Returns the "w-resize" horizontal (west/east) sizing cursor.

Static member Text

Cursor: Returns the "text" cursor.

Static member VSplit

Cursor: Returns the "col-resize" cursor that appears when the mouse is positioned over a vertical splitter bar.

Static member WaitCursor

Cursor: Returns the "wait" cursor, typically an hourglass shape.

Static member ZoomIn

Cursor: Returns the "zoom-in" cursor.

Static member ZoomOut

Cursor: Returns the "zoom-out" cursor.