This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IT > ITOCControl Interface > ITOCControl.MousePointer Property (ArcObjects .NET 10.4 SDK) |
The mouse pointer displayed over the TOCControl.
[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
Use this property when you want to indicate changes in functionality as the mouse pointer passes over the TOCControl. The esriPointerArrowHourglass setting (11) is useful for indicating that the user should wait for a process or operation to finish.
1005 800a03ed: The value of a parameter which is an enumerated constant is out of the range of required values