Name | Description | |
---|---|---|
C1DockingManager Constructor | Overloaded. |
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) | |
DragSizingMode | Gets or sets a value which determines whether and how to adjust the control sizes after dragging. | |
FloatingWindowOptions | Specifies floating windows options. | |
ParentContainer | Gets of sets parent Form, associated with the docking manager. | |
ResizingMode | Defines the form resizing mode. ResizingMode.Proportional value makes all C1CommandDock controls of the form resize proportionally. | |
Site | Overridden. |
Name | Description | |
---|---|---|
CanRaiseEvents | (Inherited from System.ComponentModel.Component) | |
DesignMode | (Inherited from System.ComponentModel.Component) | |
Events | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
BeginInit | Signals the object that initialization is starting. | |
Dispose | Overloaded. Overridden. | |
EndInit | Signals the object that initialization is complete. | |
GetLifetimeService | (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | (Inherited from System.MarshalByRefObject) | |
ToString | (Inherited from System.ComponentModel.Component) |
Name | Description | |
---|---|---|
Finalize | (Inherited from System.ComponentModel.Component) | |
GetService | (Inherited from System.ComponentModel.Component) | |
MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) | |
ResetFloatingWindowOptions | Restore the FloatingWindowOptions property to its default value. | |
ShouldSerializeFloatingWindowOptions | Indicates whether the FloatingWindowOptions has a default value. |
Name | Description | |
---|---|---|
Disposed | (Inherited from System.ComponentModel.Component) | |
Dragged | Occurs after C1DockingTab or C1DockingTabPage is dragged. | |
Dragging | Occurs when the user starts to drag a C1.Win.C1Command.C1DockingTab or a C1.Win.C1Command.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. | |
Resize | Occurs when the user releases the splitter after resizing a C1.Win.C1Command.C1DockingTab or a C1.Win.C1Command.C1CommandDock. | |
Resizing | Occurs when the user starts to resize a C1.Win.C1Command.C1DockingTab or a C1.Win.C1Command.C1CommandDock using a splitter. | |
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. | |
TabPageMoved | Occurs when a tab is moved by the user. |