This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IScreenDisplayBasemap Interface > IScreenDisplayBasemap.MousePanMode Property (ArcObjects .NET 10.5 SDK) |
Indicates if mouse pan is enabled while in basemap mode.
[Visual Basic .NET] Public Property MousePanMode As Boolean
[C#] public bool MousePanMode {get; set;}
[C++]
HRESULT get_MousePanMode(
VARIANT_BOOL* bYesNo
);
[C++]
HRESULT put_MousePanMode(
VARIANT_BOOL bYesNo
);
[C++]
Parameters bYesNo [out, retval] bYesNo is a parameter of type VARIANT_BOOL bYesNo [in] bYesNo is a parameter of type VARIANT_BOOL