Miner.Windows Assembly > Miner.Windows.Docking Namespace : DockAreaPane Class |
For a list of all members of this type, see DockAreaPane members.
Name | Description | |
---|---|---|
![]() | Caption | Returns/sets the caption for the pane. (Inherited from Miner.Windows.Docking.DockPaneBase) |
![]() | ChildPaneStyle | Returns/sets the display style for the child panes of this group. (Inherited from Miner.Windows.Docking.DockGroupPane) |
![]() | Closed | Returns/sets whether the pane is closed. (Inherited from Miner.Windows.Docking.DockPaneBase) |
![]() | DefaultPaneSettings | Returns the default PaneSettings object for returning/setting the child panes default settings. (Inherited from Miner.Windows.Docking.DockGroupPane) |
![]() | DockAreaPane | Returns the root DockAreaPane ancestor that contains this pane. (Inherited from Miner.Windows.Docking.DockPaneBase) |
![]() | DockedLocation | Returns the location of the DockAreaPane. |
![]() | DockedState | Returns whether the pane is floating or docked to a container. (Inherited from Miner.Windows.Docking.DockPaneBase) |
![]() | FirstVisiblePane | Returns the first pane in the collection of child panes for this group pane. (Inherited from Miner.Windows.Docking.DockGroupPane) |
![]() | FloatingLocation | Returns/sets the location of the DockAreaPane when it is floating. |
![]() | GroupSettings | Returns the GroupSettings object so that the settings for this DockGroupPane can be returned/set. (Inherited from Miner.Windows.Docking.DockGroupPane) |
![]() | HasDefaultPaneSettings | Returns whether a DefaultPaneSettings object has been created for this DockGroupPane. (Inherited from Miner.Windows.Docking.DockGroupPane) |
![]() | HasGroupSettings | Returns whether a GroupSettings object has been created for this DockGroupPane (Inherited from Miner.Windows.Docking.DockGroupPane) |
![]() | HasSettings | Returns whether a PaneSettings object has been created for the Settings property of the pane. (Inherited from Miner.Windows.Docking.DockPaneBase) |
![]() | Index | Returns the index of the current pane in the Panes collection of the pane's parent. If the pane has no parent, then returns -1. (Inherited from Miner.Windows.Docking.DockPaneBase) |
![]() | IsActive | Returns whether this control pane contains the active control. (Inherited from Miner.Windows.Docking.DockGroupPane) |
![]() | IsInitialized | Returns whether the InitializePane event has been fired for the pane. (Inherited from Miner.Windows.Docking.DockPaneBase) |
![]() | IsSelectedTab | Returns/sets whether the pane is the selected item in a tab style group or sliding group. If the pane does not have a parent pane, this property returns false. (Inherited from Miner.Windows.Docking.DockPaneBase) |
![]() | IsVisible | Returns whether the pane is currently displayed. When panes are closed they are hidden and this property will return false. (Inherited from Miner.Windows.Docking.DockGroupPane) |
![]() | Key | Returns/sets the unique string identifier for this pane in its collection. (Inherited from Miner.Windows.Docking.DockPaneBase) |
![]() | LastVisiblePane | Returns the last pane in the collection of child panes for this group pane. (Inherited from Miner.Windows.Docking.DockGroupPane) |
![]() | Maximized | Returns/sets whether the pane is maximized. (Inherited from Miner.Windows.Docking.DockPaneBase) |
![]() | MaximumSize | Returns/sets the maximum size of the pane. This property specifies the maximum height and/or width that the pane should not exceed during resizing. (Inherited from Miner.Windows.Docking.DockPaneBase) |
![]() | Minimized | Returns/sets whether the pane is minimized. (Inherited from Miner.Windows.Docking.DockPaneBase) |
![]() | MinimumSize | Returns/sets the minimum size of the pane. This property specifies the minimum height and/or width for the pane. (Inherited from Miner.Windows.Docking.DockPaneBase) |
![]() | NestDepth | Returns the level of nesting occupied by the current pane. This property specifies how deeply nested the pane is within other panes. For top-level (DockArea) panes, NestDepth returns 0. A pane nested inside a top-level pane will return 1. (Inherited from Miner.Windows.Docking.DockPaneBase) |
![]() | Panes | Returns the collection of child panes for this group pane. (Inherited from Miner.Windows.Docking.DockGroupPane) |
![]() | Parent | Returns the parent of the current pane. This property returns null if the pane does not have a parent. (Inherited from Miner.Windows.Docking.DockPaneBase) |
![]() | ParentDocked | Returns the parent DockGroupPane that contains this pane when it is docked. (Inherited from Miner.Windows.Docking.DockPaneBase) |
![]() | ParentFloating | Returns the parent DockGroupPane that contains this pane when it is floating. (Inherited from Miner.Windows.Docking.DockPaneBase) |
![]() | SelectedTabIndex | Returns/sets the index of the selected tab pane. (Inherited from Miner.Windows.Docking.DockGroupPane) |
![]() | Settings | Returns the PaneSettings object so that its properties and methods can be returned/set. (Inherited from Miner.Windows.Docking.DockPaneBase) |
![]() | Size | Returns/sets the value used to determine the size of the pane in proportion to other panes in the same docking area. (Inherited from Miner.Windows.Docking.DockPaneBase) |
![]() | TabImage | Returns/sets the image to be displayed on the tab associated with this pane. (Inherited from Miner.Windows.Docking.DockPaneBase) |
![]() | TabText | Returns/sets the text for the tab associated with this pane. If this property is a blank string, the Caption property will be used. (Inherited from Miner.Windows.Docking.DockPaneBase) |
![]() | TabTooltip | Returns/sets the tooltip displayed when the mouse is over the pane's tab. (Inherited from Miner.Windows.Docking.DockPaneBase) |
![]() | TooltipCaption | Returns/sets the tooltip displayed when the mouse is over the pane's caption. (Inherited from Miner.Windows.Docking.DockPaneBase) |