The system cursors.
Namespace:
Greatis.NostalgiaAssembly: Greatis.Nostalgia (in Greatis.Nostalgia.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration SystemCursors |
C# |
---|
public enum SystemCursors |
Visual C++ |
---|
public enum class SystemCursors |
JavaScript |
---|
Greatis.Nostalgia.SystemCursors = function(); Greatis.Nostalgia.SystemCursors.createEnum('Greatis.Nostalgia.SystemCursors', false); |
Members
Member name | Description | |
---|---|---|
AppStarting |
Standard arrow and small hourglass.
| |
Normal |
Standard arrow.
| |
Cross |
Crosshair.
| |
Hand |
Hand.
| |
Help |
Arrow and question mark.
| |
IBeam |
I-beam.
| |
No |
Slashed circle.
| |
SizeAll |
Four-pointed arrow pointing north, south, east, and west.
| |
SizeNESW |
Double-pointed arrow pointing northeast and southwest.
| |
SizeNS |
Double-pointed arrow pointing north and south.
| |
SizeNWSE |
Double-pointed arrow pointing northwest and southeast.
| |
SizeWE |
Double-pointed arrow pointing west and east.
| |
Up |
Vertical arrow.
| |
Wait |
Hourglass.
|