This document is archived and information here might be outdated. Recommended version. |
Currently loaded mouse cursor.
[Visual Basic .NET] Public Property Cursor As Integer
[C#] public int Cursor {get; set;}
[C++]
HRESULT get_Cursor(
OLE_HANDLE* mouseCursor
);
[C++]
HRESULT put_Cursor(
OLE_HANDLE mouseCursor
);
[C++]
Parameters mouseCursor [out, retval]
mouseCursor is a parameter of type OLE_HANDLE* mouseCursor [in]
mouseCursor is a parameter of type OLE_HANDLE
The handle of the mouse cursor that is currently loaded into the SystemMouseCursor using the Load or LoadFromFile methods.