ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework Namespace / FrameworkApplication Class / OpenBackstage Method
Optional tab DAML identifier the backstage should open on.
Example

In This Topic
    OpenBackstage Method
    In This Topic
    Opens the backstage.
    Syntax
    public static void OpenBackstage( 
       string id
    )
    Public Shared Sub OpenBackstage( _
       Optional ByVal id As String _
    ) 

    Parameters

    id
    Optional tab DAML identifier the backstage should open on.
    Example
    Open the Backstage tab
    //Opens the Backstage to the "About ArcGIS Pro" tab.
    FrameworkApplication.OpenBackstage("esri_core_aboutTab");
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also