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

See Also

Reference

IEditingCreateToolControl Interface
IEditingCreateToolControl Members