BCGSoft.ControlBars Namespace : DockingContainer Class |
The following tables list the members exposed by DockingContainer.
Name | Description | |
---|---|---|
![]() | DockingContainer Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | DefaultSplitter | Specifies the splitter control which should be created by default when any docking pane is docked inside the docking container. |
![]() | Dock | Determines which docking container borders are docked to it's parent control and determines how a docking container is resized within it's parent. |
![]() | Empty | True, if the docking container has no docking panes neither hidden objects, otherwise, false. |
![]() | IsHorizontal | True, if the dockstyle of the docking container is top or bottom, otherwise, false. |
![]() | Location | Gets the coordinates of the upper-left corner of the Docking Container relative to the upper-left corner of its parent form. |
![]() | Visible | Gets a value indicating whether the docking container is currently displayed. |
Name | Description | |
---|---|---|
![]() | AddBar | Adds a new docking pane to the list of the docking panes within the Docking Container. |
![]() | AddControlBar | Adds a control bar to the docking pane. |
![]() | AddHiddenBar | Adds specified docking pane to the hidden object collection. If this docking pane belongs to this container, it will be removed from it. |
![]() | AddRecentControlBar | |
![]() | AlignToRect | Specifies the inner rectangle of the docking container according to the specified rectangle. |
![]() | CheckSplitterVisibility | Specifies if the splitter is visible in the current moment. |
![]() | CreateSplitter | Creates a splitter for a DockingContainer. |
![]() | Dispose | Overloaded. Releases all resources used by the DockingContainer. |
![]() | DisposeUnreferredWrapper | |
![]() | DockingPaneFromPoint | Returns a docking pane which boundaries contain the specified point. |
![]() | DoesContainBar | Retrieves a value indicating whether the specified pane is a child of the docking container. This pane can be the default splitter of the docking container, the splitter from the splitters' collection and the docking pane from the collection of the docking panes. |
![]() | FindControlWrapper | |
![]() | FixUpDockingInfo | Recreates current Docking Container for the specified docking manager. |
![]() | GetBounds | Retrieves the coordinates of the rectangle representing the boundaries for the docking container. This boundaries consist of the summary boundaries of the child docking panes and splitters, according to the value of parameters. |
![]() | GetDebugPercents | |
![]() | GetDockManager | Specifies the DockManager associated with the current docking container. |
![]() | GetDragBounds | |
![]() | GetObjectData | Gets serialization information with all of the data needed to recreate an instance of this DockingContainer. |
![]() | InsertSplitterHolder | Adds a new splitter holder to the splitter holders' collection. |
![]() | RemoveControl | Removes a specified control from the collection of the docking panes of the controls. |
![]() | RemoveSplitterHolder | Removes the specified splitter holder from the collection of the splitter holders. |
![]() | RemoveWrapperComplete | Removes the specified control wrapper and its internal control from the docktable of the DockingContainer. |
![]() | ReplaceDockingPane | Replaces the docking pane orgPane with the docking pane newPane in docking pane list. |
![]() | ResizeContainer | Changes the boundaries of the DockContainer to the specified new rectangle. |
![]() | ResizeSubTable | Changes the boundaries of the the specified DockTable. |
Name | Description | |
---|---|---|
![]() | DockingContainerResized | Occurs when the docking container is resized. |