ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Controls Namespace / EmbeddableControl Class / EmbeddableControl Constructor

In This Topic
    EmbeddableControl Constructor
    In This Topic
    Creates a new instance of the EmbeddableControl
    Syntax
    protected EmbeddableControl( 
       XElement options,
       bool canChangeOptions
    )
    Protected Function New( _
       ByVal options As XElement, _
       ByVal canChangeOptions As Boolean _
    )

    Parameters

    options
    canChangeOptions
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also