[]
        
(Showing Draft Content)

C1.Win.Command.C1CommandDock

C1CommandDock Class

The C1CommandDock control provides docking and floating capabilities to C1Command toolbars (class C1ToolBar) and tab controls (class C1DockingTab).

Namespace: C1.Win.Command
Assembly: C1.Win.Command.8.dll
Syntax
[ToolboxBitmap(typeof(C1CommandDock), "C1CommandDock.png")]
[C1Description("C1CommandDock", "Provides docking and floating capabilities to C1ToolBar and C1DockingTab controls.")]
public class C1CommandDock : Panel, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, ISupportInitialize

Constructors

Name Description
C1CommandDock()

Initializes a new instance of the C1CommandDock class.

Properties

Name Description
AllowFloat

Indicates whether to allow floating C1ToolBar and C1DockingTab controls.

AutoCreated

This property is for internal use only.

AutoDockBottom

Indicates whether to automatically create a dock area at the bottom.

AutoDockLeft

Indicates whether to automatically create a dock area on the left.

AutoDockRight

Indicates whether to automatically create a dock area on the right.

AutoDockTop

Indicates whether to automatically create a dock area at the top.

AutoSize

Sets or returns whether the dock automatically adjusts its size.

CentralTabMinimumSize

Gets or sets a value that determines how the central tab width is calculated when there are two pages of tabs docked on the left and right.

Dock

This property is for internal use only.

DockingStyle

Specifies docking behavior of C1DockingTab controls.

FloatHide

Defines behavior of floating windows when the application loses focus.

Horizontal

This property is for internal use only.

LayoutEngine
ScaleChildren

Methods

Name Description
BeginInit()
Dispose(bool)

Releases the resources used by the C1CommandDock.

DockOrFloatChild(Control, Point)

Docs or floats the specified control.

EndInit()
InitLayout()

This method is for internal use only.

OnBackColorChanged(EventArgs)

This method is for internal use only.

OnBackgroundImageChanged(EventArgs)

This method is for internal use only.

OnControlAdded(ControlEventArgs)

This method is for internal use only.

OnControlRemoved(ControlEventArgs)

This method is for internal use only.

OnDockChanged(EventArgs)

This method is for internal use only.

OnEnabledChanged(EventArgs)

This method is for internal use only.

OnFontChanged(EventArgs)

This method is for internal use only.

OnForeColorChanged(EventArgs)

This method is for internal use only.

OnPaint(PaintEventArgs)

This method is for internal use only.

OnParentChanged(EventArgs)

This method is for internal use only.

OnResize(EventArgs)

This method is for internal use only.

OnStyleChanged(EventArgs)

This method is for internal use only.

ScaleControl(SizeF, BoundsSpecified)