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


In This Topic
    TOCMapPaneProviderPane Class Members
    In This Topic

    The following tables list the members exposed by TOCMapPaneProviderPane.

    Protected Fields
     NameDescription
    Protected Field The view state of the window (Inherited from ArcGIS.Desktop.Core.ViewStatePane)
    Protected Field  
    Top
    Public Properties
     NameDescription
    Public Property Gets or sets the Pane's caption. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Public Property Allows derived classes to provide a unique identifier for the Pane. The DAML ID is returned by default. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    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 whether the pane should be docked under the active map view when opened  
    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 Pane's Caption including its GroupID count. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    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. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase)
    Public Property Gets the Framework assigned ID. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Public Property Gets a boolean to let clients know the Pane is currently processing a Task. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Public Property Gets a flag indicating if this pane has been closed. (Inherited from ArcGIS.Desktop.Mapping.TOCActiveMapViewProviderPane)
    Public Property Gets a flag indicating if this pane has been hidden. (Inherited from ArcGIS.Desktop.Mapping.TOCActiveMapViewProviderPane)
    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 message presented while the Pane is initializing. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Public Property Gets the Map URI (of the MapView) associated with this pane (Inherited from ArcGIS.Desktop.Mapping.TOCActiveMapViewProviderPane)
    Public Property Gets and sets the MapView whose TOC is associated with this pane (Inherited from ArcGIS.Desktop.Mapping.TOCActiveMapViewProviderPane)
    Public PropertyOverridden.  Gets the OperationsManager associated with the Pane  
    Public PropertyOverridden.  Gets the secondary flag value. Returns true if the pane can be positioned as a secondary pane "under" a Map View.  
    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 the Pane's state table. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Public Property Gets or sets the Pane's tab tooltip. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Public Property Gets or sets the Pane's HwndHost if applicable. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    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)
    Public Property Gets the view state of the window (Inherited from ArcGIS.Desktop.Core.ViewStatePane)
    Top
    Protected Properties
     NameDescription
    Protected Internal Property Gets or sets the content portion of the Pane. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Protected Internal Property Setting the GroupID property enables Pane numbering. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Protected Internal Property For internal esri use only (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Top
    Public Methods
     NameDescription
    Public Method Makes the Pane the active Pane and active window. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Public Method Close the Pane. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Public Method Flashes the Pane's tab. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Public Method Invoked when an object is dragged over the window. Implement this method to add class handling for this event. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase)
    Public Method Invoked when an object is dropped onto the pane. Implement this method to add class handling for this event. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase)
    Public Method Sets the Map URI of the MapView whose TOC is to be shown when this pane is activated (Inherited from ArcGIS.Desktop.Mapping.TOCActiveMapViewProviderPane)
    Top
    Protected Methods
     NameDescription
    Protected Internal Method The active pane is constantly polled giving it the opportunity to enable the application's Copy button. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase)
    Protected Internal Method The active pane is constantly polled giving it the opportunity to enable the application's CopyPath button. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase)
    Protected Internal Method The active pane is constantly polled giving it the opportunity to enable the application's Cut button. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase)
    Protected Internal Method The active pane is constantly polled giving it the opportunity to enable the application's Delete button. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase)
    Protected Internal Method The active pane is constantly polled giving it the opportunity to enable the application's Duplicate button. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase)
    Protected Internal Method The active pane is constantly polled giving it the opportunity to enable the application's Paste button. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase)
    Protected Internal Method The active pane is constantly polled giving it the opportunity to enable the application's PasteSpecial button. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase)
    Protected Internal Method Combines the Pane's state with the specified Pane. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Protected Internal Method Called when the Copy command is clicked. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase)
    Protected Internal Method Called when the CopyPath command is clicked. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase)
    Protected Internal Method Called when the Cut command is executed. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase)
    Protected Internal Method Called when the Delete command is executed. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase)
    Protected Internal Method Called when the Duplicate command is executed. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase)
    Protected Method Allows a Pane to override the state it sets when activated. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Protected MethodOverridden.  Initializes the pane as part of its creation sequence.  
    Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Protected Method Called when the pane is activated (receives focus - active is true) or deactivated (loses focus - active is false). (Inherited from ArcGIS.Desktop.Mapping.TOCActiveMapViewProviderPane)
    Protected Method Override to implement special behavior when the active map view is changed. (Inherited from ArcGIS.Desktop.Mapping.TOCActiveMapViewProviderPane)
    Protected MethodOverridden.  Notification letting the Pane know it has been closed.  
    Protected Internal Method Called when a request has been made to close the Pane. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Protected Internal Method Provides the Pane with the option to customize its ContextMenu before it is displayed. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Protected Internal Method Optional override to create the visible content of the control. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Protected Internal Method Notification letting the Pane know it has been docked. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Protected Internal Method Occurs when a mouse button is clicked two or more times. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Protected Internal Method Notification letting the Pane know it has been floated. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Protected MethodOverridden.  Notification letting the Pane know it has been hidden.  
    Protected Internal Method Called during OnKeyDown if when a register shortcut matches. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase)
    Protected Internal Method Occurs when a key is pressed while focus is on this element. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Protected Internal Method Occurs when a key is released while focus is on this element. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Protected Internal Method Occurs when any mouse button is pressed while the pointer is over this element. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Protected Internal Method Occurs when the mouse pointer moves while over this element. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Protected Internal Method Occurs when any mouse button is released over this element. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Protected MethodOverridden.  Called the impersonated map pane is closed  
    Protected Internal Method Occurs when a pointer is pressed while over this element. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Protected Internal Method Occurs when a pointer is released over this element. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Protected Internal Method Occurs when a touch event occurs over this element. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    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. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase)
    Protected Internal Method Called when the PasteSpecial command is executed. (Inherited from ArcGIS.Desktop.Framework.Contracts.PaneBase)
    Protected Method Process key down (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Protected MethodOverloaded.  (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Protected Method Stops the Pane from impersonating a different state. (Inherited from ArcGIS.Desktop.Framework.Contracts.Pane)
    Protected Method Called when the pane is uninitialized. (Inherited from ArcGIS.Desktop.Mapping.TOCActiveMapViewProviderPane)
    Top
    Public Events
     NameDescription
    Public Event Occurs when a property value changes. (Inherited from ArcGIS.Desktop.Framework.Contracts.PropertyChangedBase)
    Top
    See Also