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


IPageLayout.FocusPreviousMapFrame Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPageLayout Interface > IPageLayout.FocusPreviousMapFrame Method
ArcGIS Developer Help

IPageLayout.FocusPreviousMapFrame Method

Focus the previous map.

[Visual Basic .NET]
Public Sub FocusPreviousMapFrame ( _
)
[C#]
public void FocusPreviousMapFrame (
);
[C++]
HRESULT FocusPreviousMapFrame(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Changes the focus map to the previous MapFrame in the collection.  This method fires the IActiveViewEvents::FocusMapChanged event.

In ArcMap's layout view, the tab key switches the focus map to the next map.  Shift-tab changes the focus map to the previous map.

See Also

IPageLayout Interface