ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TrayButton Class
Properties Methods Events


In This Topic
    TrayButton Class Members
    In This Topic

    The following tables list the members exposed by TrayButton.

    Public Properties
     NameDescription
    Public Property Gets or sets the type of TrayButton.  
    Public Property Gets or sets whether or not a Popup can automatically close when user moves the mouse outside the bounds of the popup.  
    Public Property Gets or sets an associated Command that is invoked whenever the corresponding UI Button is clicked.  
    Public PropertyGets the DAML disabledTooltip content property of this TrayButton.  
    Public PropertyGets a boolean indicating if this TrayButton requires it's images to flipped on RTL.  
    Public PropertyGets a boolean indicating if this TrayButton has a separator defined by the DAML separator content property.  
    Public PropertyGets the DAML helpURI property of this TrayButton.  
    Public PropertyGets the DAML ID of this TrayButton.  
    Public PropertyGets or sets whether or not this TrayButton is Checked.  
    Public PropertyGets or sets whether or not this TrayButton is enabled.  
    Public PropertyGets the DAML largeImage content property of this TrayButton.  
    Public Property Gets or sets the view-model's model object. (Inherited from ArcGIS.Desktop.Framework.Contracts.ViewModelBase)
    Public PropertyGets the DAML name content property of this TrayButton.  
    Public PropertyGets or sets the SmallImage property of this TrayButton.  
    Public PropertyGets the DAML tooltip content property of this TrayButton.  
    Public PropertyGets the DAML tooltipHeading content property of this TrayButton.  
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the Pane that contains this TrayButton's Tray.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.   
    Public MethodGets whether or not this TrayButton is visible in the tray for the current Pane  
    Top
    Protected Methods
     NameDescription
    Protected Method Helper method, provides a way to programmatically close the popup.  
    Protected Method Constructs a ContentControl that will be displayed as the Content within a popup window.  
    Protected Method Helper method, provides a way to give focus to the current View.  
    Protected Method Invoked straight after construction, and after all DAML settings have been loaded.  
    Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Protected MethodCallback for when the value of IsChecked is changed.  
    Protected Method Occurs when the corresponding UI Button has been added to the UI and the View is ready for use.  
    Protected Method Occurs when the popup is closed (but not disposed).  
    Protected Method Occurs when the popup is opened.  
    Protected MethodHelper method available to allow changing the value of IsChecked without an immediate callback to OnButtonChecked.  
    Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Top
    See Also