Cursors
Wisej.Web.Cursors
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Defines a collection of predefined Cursor objects.
public class Cursors
Properties
Alias

Cursor: Returns the "shortcut" cursor.
Arrow

Cursor: Returns the "arrow" cursor.
Cell

Cursor: Returns "cell" cursor.
Copy

Cursor: Returns the clipboard "copy" cursor.
Cross

Cursor: Returns the "crosshair" cursor.
Default

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

Cursor: Returns the "grab" cursor.
Hand

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

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

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

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

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

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

Cursor: Returns the "none" cursor.
NotAllowed

Cursor: Returns the "not-allowed" cursor.
SizeAll

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

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

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

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

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

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

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

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

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

Cursor: Returns the "text" cursor.
VSplit

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

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

Cursor: Returns the "zoom-in" cursor.
ZoomOut

Cursor: Returns the "zoom-out" cursor.
Last updated
Was this helpful?