ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Layouts Namespace / LayoutTrayButton Class
Properties Methods Events


In This Topic
    LayoutTrayButton Class Members
    In This Topic

    The following tables list the members exposed by LayoutTrayButton.

    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 ArcGIS.Desktop.Mapping.TrayButton. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Public PropertyGets a boolean indicating if this ArcGIS.Desktop.Mapping.TrayButton requires it's images to flipped on RTL. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Public PropertyGets a boolean indicating if this ArcGIS.Desktop.Mapping.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 ArcGIS.Desktop.Mapping.TrayButton. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Public PropertyGets the DAML ID of this ArcGIS.Desktop.Mapping.TrayButton. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Public PropertyGets or sets whether or not this ArcGIS.Desktop.Mapping.TrayButton is Checked. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Public PropertyGets or sets whether or not this ArcGIS.Desktop.Mapping.TrayButton is enabled. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Public PropertyGets the DAML largeImage content property of this ArcGIS.Desktop.Mapping.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 ArcGIS.Desktop.Mapping.TrayButton. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Public PropertyGets or sets the SmallImage property of this ArcGIS.Desktop.Mapping.TrayButton. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Public PropertyGets the DAML tooltip content property of this ArcGIS.Desktop.Mapping.TrayButton. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Public PropertyGets the DAML tooltipHeading content property of this ArcGIS.Desktop.Mapping.TrayButton. (Inherited from ArcGIS.Desktop.Mapping.TrayButton)
    Top
    Protected Properties
     NameDescription
    Protected PropertyGets the underlying Layout of the associated LayoutView.  
    Protected PropertyGets the associated view as a LayoutView.  
    Protected PropertyGets the ArcGIS.Desktop.Mapping.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 the tray button is visible on the view  
    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 ArcGIS.Desktop.Mapping.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 ArcGIS.Desktop.Mapping.TrayButton.IsChecked without an immediate callback to ArcGIS.Desktop.Mapping.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