ArcGIS Pro 2.8 API Reference Guide
CreateEmbeddableControl Method

ArcGIS.Desktop.Editing.Attributes Namespace > Inspector Class : CreateEmbeddableControl Method
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 10, Windows 8.1

See Also

Reference

Inspector Class
Inspector Members