ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / Pane Class / OnCreateContent Method

In This Topic
    OnCreateContent Method (Pane)
    In This Topic
    Optional override to create the visible content of the control.
    Syntax
    Protected Friend Overridable Function OnCreateContent() As FrameworkElement
    protected internal virtual FrameworkElement OnCreateContent()

    Return Value

    The Pane's user interface.
    Remarks
    If the visible content (the View) of the Pane was not specified in DAML, override this function to provide it.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also