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

In This Topic
    ActivateTab Method
    In This Topic
    Activates the specified ribbon tab.
    Syntax
    public static void ActivateTab( 
       string id
    )
    Public Shared Sub ActivateTab( _
       ByVal id As String _
    ) 

    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