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

In This Topic
    HelpURI Property
    In This Topic
    Gets the DAML helpURI property of this TrayButton.
    Syntax
    public string HelpURI {get;}
    Public ReadOnly Property HelpURI As String
    Remarks

    This is an optional property.

    It is used only if ButtonType is TrayButtonType.PopupToggleButton

    When this property is set and non-null, a Help button will be displayed in the popup header, and when clicked, opens the URI within the default browser.

    If null (the default value) then the Help button will not be displayed.

    Upon initially reading this DAML property, the URI string will be validated as an Absolute URI. If validation fails, then the help URI will be ignored, and no help button will be displayed.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.1 or higher.
    See Also