Enum CursorType
Describes mouse cursor types
Namespace: EmptyKeys.UserInterface.Input
Assembly: EmptyKeys.UserInterface.dll
Syntax
public enum CursorType
Fields
Name | Description |
---|---|
AppStarting | Application Starting Cursor |
Arrow | Arrow Cursor |
ArrowCD | Arrow CD Cursor |
Cross | Cross-hair Cursor |
Custom1 | The custom1 |
Custom10 | The custom10 |
Custom11 | The custom11 |
Custom12 | The custom12 |
Custom13 | The custom13 |
Custom14 | The custom14 |
Custom15 | The custom15 |
Custom16 | The custom16 |
Custom2 | The custom2 |
Custom3 | The custom3 |
Custom4 | The custom4 |
Custom5 | The custom5 |
Custom6 | The custom6 |
Custom7 | The custom7 |
Custom8 | The custom8 |
Custom9 | The custom9 |
Hand | Hand Cursor |
Help | Help Cursor |
IBeam | I-Beam Cursor |
No | No Cursor |
None | Cursor not displayed |
Pen | Pen Cursor |
Scroll | Scroll S Cursor |
ScrollAll | Scroll All Cursor |
ScrollE | Scroll E Cursor |
ScrollN | Scroll N Cursor |
ScrollNE | Scroll NE Cursor |
ScrollNS | Scroll NS Cursor |
ScrollNW | Scroll NW Cursor |
ScrollSE | Scroll SE Cursor |
ScrollSW | Scroll SW Cursor |
ScrollW | Scroll W Cursor |
ScrollWE | Scroll WE Cursor |
SizeAll | Size All Cursor |
SizeNESW | Size NE-SW Cursor |
SizeNS | Size NS Cursor |
SizeNWSE | Size NW-SE Cursor |
SizeWE | Size W-E Cursor |
UpArrow | Up Arrow Cursor |
Wait | Wait Cursor |