ArcGIS Pro 3.7 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 Shared Sub OpenBackstage( _
       Optional ByVal id As String _
    ) 
    public static void OpenBackstage( 
       string id
    )

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also