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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.