Cursors

Wisej.Web.Cursors

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Defines a collection of predefined Cursor objects.

public class Cursors

Properties

Cursor: Returns the "shortcut" cursor.

Cursor: Returns the "arrow" cursor.

Cursor: Returns "cell" cursor.

Cursor: Returns the clipboard "copy" cursor.

Cursor: Returns the "crosshair" cursor.

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

Cursor: Returns the "grab" cursor.

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

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

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

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

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

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

Cursor: Returns the "none" cursor.

Cursor: Returns the "not-allowed" cursor.

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

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

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

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

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

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

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

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

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

Cursor: Returns the "text" cursor.

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

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

Cursor: Returns the "zoom-in" cursor.

Cursor: Returns the "zoom-out" cursor.

Last updated