ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Framework Namespace / ComponentElement Class / CreateComponent Method

In This Topic
    CreateComponent Method
    In This Topic
    Instantiates the component.
    Syntax
    Public Function CreateComponent( _
       ByVal ParamArray args() As Object _
    ) As Object
    public object CreateComponent( 
       params object[] args
    )

    Parameters

    args
    Exceptions
    ExceptionDescription
    Throws an exception if the component is referencing a DAML control such as a Button.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also