ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / PlugIn Class / TooltipHeading Property

In This Topic
    TooltipHeading Property (PlugIn)
    In This Topic
    Gets or sets a one or two word label that appears above the tooltip.
    Syntax
    public string TooltipHeading {get; set;}
    Public Property TooltipHeading As String
    Remarks

    This property will by default return the tooltip attribute entered in its DAML declaration. Use this property if you need to change the heading at run-time.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also