ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TrayButton Class / TooltipHeading Property

In This Topic
    TooltipHeading Property (TrayButton)
    In This Topic
    Gets the DAML tooltipHeading content property of this TrayButton.
    Syntax
    public string TooltipHeading {get;}
    Public ReadOnly Property TooltipHeading As String
    Remarks

    This is an optional property.

    It is unused by the internal TrayButton code, if ButtonType is TrayButtonType.PopupToggleButton.

    It is used by the internal TrayButton code (when present) if ButtonType is not TrayButtonType.PopupToggleButton.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also