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


In This Topic
    MapTrayButton Class Members
    In This Topic

    The following tables list the members exposed by MapTrayButton.

    Public Properties
     NameDescription
    Public Property Gets or sets the type of TrayButton. (Inherited from ArcGIS.Desktop.Mapping.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. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Public Property Gets or sets an associated Command that is invoked whenever the corresponding UI Button is clicked. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Public PropertyGets the DAML disabledTooltip content property of this TrayButton. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Public PropertyGets a boolean indicating if this TrayButton requires it's images to flipped on RTL. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Public PropertyGets a boolean indicating if this TrayButton has a separator defined by the DAML separator content property. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Public PropertyGets the DAML helpURI property of this TrayButton. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Public PropertyGets the DAML ID of this TrayButton. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Public PropertyGets or sets whether or not this TrayButton is Checked. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Public PropertyGets or sets whether or not this TrayButton is enabled. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Public PropertyGets the DAML largeImage content property of this TrayButton. (Inherited from ArcGIS.Desktop.Mapping.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. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Public PropertyGets or sets the SmallImage property of this TrayButton. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Public PropertyGets the DAML tooltip content property of this TrayButton. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Public PropertyGets the DAML tooltipHeading content property of this TrayButton. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets whether or not the associated MapView is a view of a 2D Map.  
    Protected PropertyGets whether or not the associated MapView is a view of a KnowledgeGraph Link Chart.  
    Protected PropertyGets whether or not the associated MapView is a view of a 3D Local Scene.  
    Protected PropertyGets the underlying Map of the associated MapView.  
    Protected PropertyGets the associated view as a MapView.  
    Protected PropertyGets the TrayButton.Pane that contains this TrayButton's Tray. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded.  (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Public MethodOverridden. Gets whether or not this TrayButton is visible in the tray for the current TrayButton.Pane  
    Top
    Protected Methods
     NameDescription
    Protected Method Helper method, provides a way to programmatically close the popup. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Protected Method Constructs a ContentControl that will be displayed as the Content within a popup window. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Protected Method Helper method, provides a way to give focus to the current View. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Protected Method Invoked straight after construction, and after all DAML settings have been loaded. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Protected MethodCallback for when the value of TrayButton.IsChecked is changed. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Protected Method Occurs when the corresponding UI Button has been added to the UI and the View is ready for use. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Protected Method Occurs when the popup is closed (but not disposed). (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Protected Method Occurs when the popup is opened. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Protected MethodHelper method available to allow changing the value of TrayButton.IsChecked without an immediate callback to TrayButton.OnButtonChecked. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    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