Cursors.WaitCursor Property
.NET Framework 1.1
Gets the wait cursor, typically an hourglass shape.
[Visual Basic] Public Shared ReadOnly Property WaitCursor As Cursor [C#] public static Cursor WaitCursor {get;} [C++] public: __property static Cursor* get_WaitCursor(); [JScript] public static function get WaitCursor() : Cursor;
Property Value
The Cursor that represents the wait cursor.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
Cursors Class | Cursors Members | System.Windows.Forms Namespace | Cursor