ArcGIS Pro 3.2 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 virtual bool IsAutoOpen( 
       string toolID
    )
    Public Overridable Function IsAutoOpen( _
       ByVal toolID As String _
    ) As Boolean

    Parameters

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

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also