Focus the next map.
[Visual Basic .NET]
Public Sub FocusNextMapFrame ( _
)
[C#] public void FocusNextMapFrame ( );
[C++]
HRESULT FocusNextMapFrame(
void
);
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
Changes the focus map to the next 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.