This document is archived and information here might be outdated.  Recommended version.


IAnchorPoint.Cursor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IA > IAnchorPoint Interface > IAnchorPoint.Cursor Property
ArcGIS Developer Help

IAnchorPoint.Cursor Property

Cursor displayed when mouse is over anchor.

[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*

Product Availability

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

See Also

IAnchorPoint Interface