NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Cursor.Show

Displays the cursor. For every call to Cursor.Show() there must have been a previous call to Cursor.Hide().

[Visual Basic]
Public Shared Sub Show()
[C#]
public static void Show();
[C++]
public: static void Show();
[JScript]
public static function Show();

See Also

Cursor Class | Cursor Members | System.Drawing Namespace | Hide