ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / ConfigurationManager Class / OnShowAboutPage Method

In This Topic
    OnShowAboutPage Method
    In This Topic
    Allows the configuration to inject some custom user interface into the about page.
    Syntax
    protected internal virtual FrameworkElement OnShowAboutPage()
    Protected Friend Overridable Function OnShowAboutPage() As FrameworkElement

    Return Value

    The element to add to the about page.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also