ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Framework Namespace / FrameworkApplication Class / ActivateTab Method
The DAML tab identifier.
Example Version

    ActivateTab Method
    Activates the specified ribbon tab.
    Syntax
    public static void ActivateTab( 
       string id
    )

    Parameters

    id
    The DAML tab identifier.
    Example
    Activate a tab
    FrameworkApplication.ActivateTab("esri_mapping_insertTab");
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also