ArcGIS Pro 3.7 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 Function CreateEmbeddableControl() As Tuple(Of EmbeddableControl,UserControl)
    public Tuple<EmbeddableControl,UserControl> CreateEmbeddableControl()
    Remarks
    Creates a view of this inspector that can be hosted on your own controls.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also