Restores mouse cursor back to normal.
[Visual Basic .NET] |
---|
Public Sub RestoreMouseCursor() |
[C#] |
---|
public void RestoreMouseCursor(); |
[Managed C++] |
---|
public: void RestoreMouseCursor(); |
[Java] |
---|
public restoreMouseCursor(); |
[Unmanaged C++] |
---|
public: HRESULT RestoreMouseCursor(); |
Restores mouse cursor back to normal after it has been changed by either SetMouseCursorFromFile or SetMouseCursorFromHandle methods.
[Visual Basic .NET] | ![]() | |
---|---|---|
|