C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace : C1DockingManager Class |
The following tables list the members exposed by C1DockingManager.
Name | Description | |
---|---|---|
![]() | C1DockingManager Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | AllowFloat | Indicates whether to allow floating. |
![]() | Container | (Inherited from System.ComponentModel.Component) |
![]() | ParentContainer | Gets of sets parent Form, associated with the docking manager. |
![]() | Site | Overridden. |
Name | Description | |
---|---|---|
![]() | BeginInit | |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | Dispose | (Inherited from System.ComponentModel.Component) |
![]() | EndInit | |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
![]() | Disposed | (Inherited from System.ComponentModel.Component) |
![]() | Dragging | Occurs when the user starts to drag a C1DockingTab or a C1DockingTabPage. |
![]() | Floating | Notifies that a C1DockingTab or a C1DockingTabPage is changing state to floating. Can be canceled. |
![]() | FloatingWindowCreated | Notifies that a C1DockingTab or a C1DockingTabPage changed state to floating. |
![]() | QueryAllowDrop | Occurs during a docking operation and enables the source to determine whether it can be dropped into the target place. |
![]() | QueryEnabledAnchors | Occurs during a docking operation and enables the source to determine docking anchors that should be disabled. |
![]() | TabPageClosed | Occurs after a page has been closed. |
![]() | TabPageClosing | Occurs when the currently selected page is about to be closed by the user. Allows to cancel closing the page. |