ArcGIS Pro 2.9 API Reference Guide
Tooltip Method

ArcGIS.Desktop.Editing.Templates Namespace > BuilderMethod Class : Tooltip Method
the Part in which this BuilderMethod is being displayed
Gets text that will be displayed over the display of this BuilderMethod in the TemplateProperties dialog box.
Syntax
public virtual string Tooltip( 
   EditingGroupTemplate.Part part
)
Public Overridable Function Tooltip( _
   ByVal part As EditingGroupTemplate.Part _
) As String

Parameters

part
the Part in which this BuilderMethod is being displayed

Return Value

a text to be displayed as a tool tip
Remarks
Note: overriding this method is optional - a default tool tip is automatically derived from this BuilderMethod's Name, and the non-default Part's Values.
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

BuilderMethod Class
BuilderMethod Members