ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing Namespace / ToolOptionsEmbeddableControl Class / IsAutoOpen Method

In This Topic
    IsAutoOpen Method
    In This Topic
    Gets whether the tool options should auto open in the Active Template pane when the associated tool is activated.
    Syntax
    Public Overridable Function IsAutoOpen( _
       ByVal toolID As String _
    ) As Boolean
    public virtual bool IsAutoOpen( 
       string toolID
    )

    Parameters

    toolID
    Remarks
    By default, IsAutoOpen is set to false.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also