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


IMapControl3.MousePointer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IM > IMapControl3 Interface > IMapControl3.MousePointer Property
ArcGIS Developer Help

IMapControl3.MousePointer Property

The mouse pointer displayed over the MapControl.

[Visual Basic .NET]
Public Property MousePointer As esriControlsMousePointer
[C#]
public esriControlsMousePointer MousePointer {get; set;}
[C++]
HRESULT get_MousePointer(
void
);
[C++]
HRESULT put_MousePointer(
);

Product Availability

Available with ArcGIS Engine.

Description

Use this property when you want to indicate changes in functionality as the mouse pointer passes over the MapControl. The esriPointerArrowHourglass setting (11) is useful for indicating that the user should wait for a process or operation to finish.

Errors Returned

1005 800a03ed: The value of a parameter which is an enumerated constant is out of the range of required values

See Also

IMapControl3 Interface | IMapControl4.MouseIcon Property | IMapControl2.MouseIcon Property | IMapControl3.MouseIcon Property