Miner.Windows Assembly > Miner.Windows.Docking Namespace : DockManager Class |
The following tables list the members exposed by DockManager.
Name | Description | |
---|---|---|
![]() | ActivePane | Returns the currently active control pane. |
![]() | AnimationEnabled | Returnss/sets whether animations are enabled. |
![]() | AnimationSpeed | Returns/sets the value determining the speed of animation. |
![]() | AutoHideDelay | Returns/sets the delay in milliseconds before hiding the flyout control (default is ??). |
![]() | CompressUnpinnedTabs | Returns/sets whether only the image is shown on the unselected tabs in a group. |
![]() | ControlPanes | Returns the list of dockable control panes managed by the DockManager. |
![]() | DefaultGroupSettings | Returns the default dock group settings. |
![]() | DefaultPaneSettings | Returns the default pane settings. |
![]() | DockAreas | Returns the list of dockable area panes managed by the DockManager. |
![]() | HasDefaultGroupSettings | Returns if a default group settings object has been created. |
![]() | HasDefaultPaneSettings | Returns if a default pane settings object has been created. |
![]() | HasUnpinnedTabAreaAppearance | Returns if an unpinned tab area appearance has been created. |
![]() | HotTracking | Returns/sets whether panes give feedback when the mouse is moved over the caption or tab of a pane. |
![]() | ImageTransparentColor | Returns/sets the transparent color to use for bitmaps. |
![]() | LayoutStyle | Returns/sets the style used to position the docked area panes. |
![]() | ShowCloseButton | Returns/sets whether the close button is displayed in the caption of a pane. |
![]() | ShowFloatingWindows | Returns/sets whether the owned floating windows are displayed. |
![]() | ShowPinButton | Returns/sets whether the pin button is displayed in the caption of a pane. |
![]() | ShowTooltips | Returns/sets whether tooltips will be displayed for the caption and tabs. |
![]() | SplitterBarAppearance | Returns/sets the appearance for splitter bars. |
![]() | SplitterBarWidth | Returns/sets the width of the splitter bars. |
![]() | UnpinnedTabAreaAppearance | Returns/sets the appearance for the unpinned tab area. |
![]() | UnpinnedTabHoverAction | Returns/sets the action that occurs when the mouse hovers over an unpinned tab. |
![]() | UnpinnedTabStyle | Returns/sets the style of tabs used to represent the unpinned dockable control panes. |
![]() | UseDefaultContextMenus | Returns/sets whether Infragistics context menus will be displayed for dockable window components. |
![]() | WindowStyle | Returns/sets the dock window style used for displaying dockable windows. |
Name | Description | |
---|---|---|
![]() | ActivatePane | Overloaded. Activates the pane with the corrosponding key. |
![]() ![]() | CreateDockArea | Overloaded. Creates a new dock area and adds the specified DockControlPanes to it. |
![]() ![]() | CreateDockGroup | Overloaded. Creates a new dock group and adds the specified DockControlPanes to it. |
![]() | FindDockableControl | Find the control in the list of control panes from its specified type. |
![]() | FindGroupPane | Find the group (parent pane) with the specified key. |
Name | Description | |
---|---|---|
![]() | DockingChanged | This event allows listeners to be informed whenever a DockControlPane changes its docking state. |
![]() | DockWindowClosed | This event allows listeners to be informed whenever a dockable window is closed. |
![]() | DockWindowMenuClicked | This event occurs when the menu button on a dockable window is clicked. |
![]() | DockWindowPinned | This event allows listeners to be informed whenever a dockable window becomes pinned. |
![]() | DockWindowUnpinned | This event allows listeners to be informed whenever a dockable window becomes unpinned. |