ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / BackstageTab Class / OnCreateContent Method

In This Topic
    OnCreateContent Method (BackstageTab)
    In This Topic
    Optional override to create the visible content of the control.
    Syntax
    protected internal virtual FrameworkElement OnCreateContent()
    Protected Friend Overridable Function OnCreateContent() As FrameworkElement
    Remarks
    If the visible content (the View) of the backstage tab was not specified in DAML, override this function to provide it.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also