ArcGIS Pro 3.7 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 Friend Overridable Function OnShowAboutPage() As FrameworkElement
    protected internal virtual FrameworkElement OnShowAboutPage()

    Return Value

    The element to add to the about page.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also