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

In This Topic
    Tooltip Property (TrayButton)
    In This Topic
    Gets the DAML tooltip content property of this TrayButton.
    Syntax
    public string Tooltip {get;}
    Public ReadOnly Property Tooltip 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