ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TrayButtonType Enumeration

In This Topic
    TrayButtonType Enumeration
    In This Topic
    Specifies the types of TrayButton that can be added to the ArcGIS Pro Tray.
    Syntax
    Members
    MemberDescription
    Button A regular button that has a Command, a tooltip is displayed when the mouse is hovered over the button.
    PopupToggleButton A toggle button that has a Checked state, a Popup with subclass-defined content is displayed when the mouse is hovered over the button.
    ToggleButtonA toggle button that has a Checked state, a tooltip is displayed when the mouse is hovered over the button.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Mapping.TrayButtonType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also