ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TrayButton Class / Tooltip Property
Version

Tooltip Property (TrayButton)
Gets the DAML tooltip content property of this TrayButton.
Syntax
public string Tooltip {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