Version

Cursors Enumeration

Mouse pointer displayed when the user mouses over it an HTML element.
Syntax
'Declaration
 
Public Enum Cursors 
   Inherits System.Enum
public enum Cursors : System.Enum 
Members
MemberDescription
AutoBrowser determines the cursor to use automatically.
CrosshairA cross-hair.
DefaultDefault pointer.
HandHand pointer, as if to grab an object.
HelpA question mark implying help is available for the referenced element.
MoveA multi-directional arrow suggesting movement.
NotSetNot specified.
TextAn I-beam similar to that displayed when editing a text field.
WaitAn hourglass suggesting to the end user a lengthy operation is in progress.
Remarks

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.

Requirements

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

See Also