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

OpenBackstage Method
Opens the backstage.
Syntax
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, Windows 10

ArcGIS Pro version: 3 or higher.
See Also