ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Attributes Namespace / Inspector Class / CreateEmbeddableControl Method

In This Topic
    CreateEmbeddableControl Method
    In This Topic
    Creates the embeddable user control associated with this instance of the inspector.
    Syntax
    public Tuple<EmbeddableControl,UserControl> CreateEmbeddableControl()
    Public Function CreateEmbeddableControl() As Tuple(Of EmbeddableControl,UserControl)
    Remarks
    Creates a view of this inspector that can be hosted on your own controls.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also