ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Framework.Contracts Namespace / PlugIn Class
Properties Methods Events


In This Topic
    PlugIn Class Members
    In This Topic

    The following tables list the members exposed by PlugIn.

    Public Properties
     NameDescription
    Public Property Gets or sets the command label as it appears in the ribbon and customize dialog.  
    Public PropertyGets or sets the supplementary text that appears with the Tooltip only when the command is disabled.  
    Public Property Gets or sets a boolean to specify whether the control is enabled.  
    Public Property Gets the DAML identifier.  
    Public Property Gets or sets the large representation of the command, this may be an image or a xaml element.  
    Public Property Gets or sets the small representation of the command, this may be an image or a xaml element.  
    Public Property Gets or sets a brief description of the command that appears in a small pop-up window when a user pauses the mouse pointer over an element, such as over a Button.  
    Public Property Gets or sets a one or two word label that appears above the tooltip.  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Protected Internal Method Called periodically by the framework once the tool has been created.  
    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