This document is archived and information here might be outdated.  Recommended version.


IScreenDisplayBasemap.MousePanMode Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IScreenDisplayBasemap.MousePanMode Property

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.

See Also

IScreenDisplayBasemap Interface