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


In This Topic
    PaneBase Class Members
    In This Topic

    The following tables list the members exposed by PaneBase.

    Public Properties
     NameDescription
    Public Property Gets or sets the command label as it appears in the ribbon and customize dialog. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn)
    Public PropertyGets or sets the supplementary text that appears with the Tooltip only when the command is disabled. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn)
    Public Property Gets or sets a boolean to specify whether the control is enabled. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn)
    Public Property Gets the DAML identifier. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn)
    Public Property Gets a boolean indicating whether the pane has been fully initialized or not.  
    Public Property Gets or sets the large representation of the command, this may be an image or a xaml element. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn)
    Public Property Gets or sets the small representation of the command, this may be an image or a xaml element. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn)
    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. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn)
    Public Property Gets or sets a one or two word label that appears above the tooltip. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn)
    Top
    Public Methods
     NameDescription
    Public Method Invoked when an object is dragged over the window. Implement this method to add class handling for this event.  
    Public Method Invoked when an object is dropped onto the pane. Implement this method to add class handling for this event.  
    Top
    Protected Methods
     NameDescription
    Protected Internal Method The active pane is constantly polled giving it the opportunity to enable the application's Copy button.  
    Protected Internal Method The active pane is constantly polled giving it the opportunity to enable the application's CopyPath button.  
    Protected Internal Method The active pane is constantly polled giving it the opportunity to enable the application's Cut button.  
    Protected Internal Method The active pane is constantly polled giving it the opportunity to enable the application's Delete button.  
    Protected Internal Method The active pane is constantly polled giving it the opportunity to enable the application's Duplicate button.  
    Protected Internal Method The active pane is constantly polled giving it the opportunity to enable the application's Paste button.  
    Protected Internal Method The active pane is constantly polled giving it the opportunity to enable the application's PasteSpecial button.  
    Protected Internal Method Called when the Copy command is clicked.  
    Protected Internal Method Called when the CopyPath command is clicked.  
    Protected Internal Method Called when the Cut command is executed.  
    Protected Internal Method Called when the Delete command is executed.  
    Protected Internal Method Called when the Duplicate command is executed.  
    Protected Internal Method Called when the pane is first created to give it the opportunity to initialize itself asynchronously.  
    Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Protected Internal Method Called during OnKeyDown if when a register shortcut matches.  
    Protected Internal Method Called periodically by the framework once the tool has been created. (Inherited from ArcGIS.Desktop.Framework.Contracts.PlugIn)
    Protected Internal Method Called when the Paste command is executed.  
    Protected Internal Method Called when the PasteSpecial command is executed.  
    Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Protected Internal Method Called when the pane is closed to give it the opportunity to uninitialize itself asynchronously.  
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Top
    See Also