This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > PublisherControls > ESRI.ArcGIS.PublisherControls > Interfaces > IA > IARGlobeControl Interface > IARGlobeControl.MousePointer Property (ArcObjects .NET 10.5 SDK) |
The mouse cursor displayed over the GlobeControl.
[Visual Basic .NET] Public Property MousePointer As esriARMousePointer
[C#] public esriARMousePointer MousePointer {get; set;}
You can use MousePointer property to set the ARGlobe mouse pointer to be one of the 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 ArcReaderGlobeControl::CurrentARTool is set to esriARToolNoneSelected.