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


IARControl.MousePointer Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARControl Interface > IARControl.MousePointer Property
ArcGIS Developer Help

IARControl.MousePointer Property

The mouse cursor displayed over the document.

[Visual Basic .NET]
Public Property MousePointer As esriARMousePointer
[C#]
public esriARMousePointer MousePointer {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

You can use MousePointer to set the system mouse pointer to be one of the standard built-in esriARMousePointers. This is useful if you want to display a wait cursor while you code performs a large process.  The specified esriARMousePointer is displayed provided the ArcReaderControl::CurrentARTool is set to esriARToolNoneSelected.

See Also

IARControl Interface