ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TOCActiveMapViewProviderPane Class
Members

In This Topic
    TOCActiveMapViewProviderPane Class
    In This Topic
    Derive from TOCActiveMapViewProviderPane to continue to show the TOC of an associated MapView when your (derived) pane is activated. The MapView with the relevant TOC should be set in your Initialize override via the SetMapUri instance method.
    Object Model
    TOCActiveMapViewProviderPane ClassMapView ClassOperationManager ClassState ClassCIMView Class
    Syntax
    Remarks
    Typically, consumers will derive from TOCMapPaneProviderPane instead which provides full impersonation of a MapPane and its associated MapView.

    If you do use TOCActiveMapViewProviderPane then your derived class is responsible for handling any enabled state change, visibility change, etc. relevant to the MapView, whose TOC you are showing, being closed

    Inheritance Hierarchy

    System.Object
       ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase
          ArcGIS.Desktop.Framework.Contracts.PlugIn
             ArcGIS.Desktop.Framework.Contracts.PaneBase
                ArcGIS.Desktop.Framework.Contracts.Pane
                   ArcGIS.Desktop.Core.ViewStatePane
                      ArcGIS.Desktop.Mapping.TOCActiveMapViewProviderPane
                         ArcGIS.Desktop.Mapping.TOCMapPaneProviderPane

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also