ArcObjects Library Reference (SystemUI)  

ISystemMouseCursor.Cursor Property

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The handle of the mouse cursor that is currently loaded into the SystemMouseCursor using the Load or LoadFromFile methods.

See Also

ISystemMouseCursor Interface