ArcGIS Pro 2.6 API Reference Guide
Tooltip Method

ArcGIS.Desktop.Editing.Templates Namespace > BuilderMethod Class : Tooltip Method
the Part in which this BuilderMethod is being displayed
Gets a 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 10, Windows 8.1, Windows 7

See Also

Reference

BuilderMethod Class
BuilderMethod Members