ArcObjects Library Reference (Controls)  

IMapControl4.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(
  esriControlsMousePointer* MousePointer
);
[C++]
HRESULT put_MousePointer(
  esriControlsMousePointer MousePointer
);
[C++]

Parameters

MousePointer [out, retval]

  MousePointer is a parameter of type esriControlsMousePointer

MousePointer [in]

  MousePointer is a parameter of type esriControlsMousePointer

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.

See Also

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