ArcGIS Pro 3.0 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, Windows 8.1

    See Also