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

    TooltipHeading Property (TrayButton)
    Gets the DAML tooltipHeading content property of this TrayButton.
    Syntax
    public string TooltipHeading {get;}
    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