'Declaration Public Enum Cursors Inherits System.Enum
public enum Cursors : System.Enum
Member | Description |
---|---|
Auto | Browser determines the cursor to use automatically. |
Crosshair | A cross-hair. |
Default | Default pointer. |
Hand | Hand pointer, as if to grab an object. |
Help | A question mark implying help is available for the referenced element. |
Move | A multi-directional arrow suggesting movement. |
NotSet | Not specified. |
Text | An I-beam similar to that displayed when editing a text field. |
Wait | An hourglass suggesting to the end user a lengthy operation is in progress. |
Support for the cursor style varies from browser to browser. Browsers may substitute a more basic cursor for one a web application recommends, for instance, if such a mouse pointer isn't supported by the client's operating system.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2