ArcGIS Pro 2.9 API Reference Guide
AutoOpenActiveTemplatePane Method (IEditingCreateToolControl)

ArcGIS.Desktop.Editing Namespace > IEditingCreateToolControl Interface : AutoOpenActiveTemplatePane Method
the ID of the current tool.
The control can decide when its contents gets shown in the Active Template Pane at the moment that the specified tool is chosen.
Syntax
bool AutoOpenActiveTemplatePane( 
   string toolID
)
Function AutoOpenActiveTemplatePane( _
   ByVal toolID As String _
) As Boolean

Parameters

toolID
the ID of the current tool.

Return Value

True, when the specified tool is selected, the active template pane will be opened to the tool's options view
False, selecting the Tool changes nothing about the active template pane.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

IEditingCreateToolControl Interface
IEditingCreateToolControl Members