This document is archived and information here might be outdated. Recommended version. |
The mouse pointer displayed over the ToolbarPalette.
[Visual Basic .NET] Public Property MousePointer As esriControlsMousePointer
[C#] public esriControlsMousePointer MousePointer {get; set;}
[C++]
HRESULT get_MousePointer(
esriControlsMousePointer* pVal
);
[C++]
HRESULT put_MousePointer(
esriControlsMousePointer pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type esriControlsMousePointer* pVal [in]
pVal is a parameter of type esriControlsMousePointer
Use this property when you want to indicate changes in functionality as the mouse pointer passes over the ToolbarPalette. The esriPointerArrowHourglass setting (11) is useful for indicating that the user should wait for a process or operation to finish.
If the ToolbarPalette has also been added to the ToolbarControl, the ToolbarControl will override the MousePointer property with the IToolbarControl::MousePointer property, before the ToolbarPalette is displayed with the IToolbarPalette::PopupPalette method.