This document is archived and information here might be outdated. Recommended version. |
The mouse pointer for this tool.
[Visual Basic .NET]
Public ReadOnly Property Cursor As Integer
[C#]
public int Cursor {get;}
[C++]
HRESULT get_Cursor(
OLE_HANDLE* Cursor
);
[C++] Parameters Cursor [out, retval]
Cursor is a parameter of type OLE_HANDLE*
When implementing ITool to create a custom tool, use the Cursor property to set the mouse pointer of the tool.