This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Controls > ESRI ArcGIS Controls > Interfaces > IP > IPageLayoutControl3 Interface > IPageLayoutControl3.MousePointer Property (ArcObjects .NET 10.4 SDK) |
The mouse pointer displayed over the PageLayoutControl.
[Visual Basic .NET] Public Property MousePointer As esriControlsMousePointer
[C#] public esriControlsMousePointer MousePointer {get; set;}
[C++]
HRESULT get_MousePointer(
esriControlsMousePointer* ppointer
);
[C++]
HRESULT put_MousePointer(
esriControlsMousePointer ppointer
);
[C++]
Parameters ppointer [out, retval]
ppointer is a parameter of type esriControlsMousePointer ppointer [in]
ppointer is a parameter of type esriControlsMousePointer
Use this property when you want to indicate changes in functionality as the mouse pointer passes over the PageLayoutControl. The esriPointerArrowHourglass setting (11) is useful for indicating that the user should wait for a process or operation to finish.