ArcGIS Pro 3.7 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 Shared Sub ActivateTab( _
       ByVal id As String _
    ) 
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also