ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / TOCMapPaneProviderPane Class


In This Topic
    TOCMapPaneProviderPane Class Properties
    In This Topic

    For a list of all members of this type, see TOCMapPaneProviderPane members.

    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
    See Also