DockPanelOptions Properties
Provides options for controlling a panel’s docking functionality.Name | Description |
---|---|
AllowDockAsTabbedDocument | Gets or sets whether the current DockPanel can be docked as a tab within a Tabbed View, created using the DocumentManager component. |
AllowDockBottom | Gets or sets whether the dock panel can be docked to the bottom edge of a form (or user control). |
AllowDockFill | Gets or sets whether the dock panel can be docked to another dock panel. |
AllowDockLeft | Gets or sets whether the dock panel can be docked to the left edge of a form (or user control). |
AllowDockRight | Gets or sets whether the dock panel can be docked to the right edge of a form (or user control). |
AllowDockTop | Gets or sets whether the dock panel can be docked to the top edge of a form (or user control). |
AllowFloating | Gets or sets whether the dock panel can be floated. |
FloatOnDblClick | Gets or sets whether an end-user can double-click a panel’s caption to float it. Inherited from BaseDockOptions. |
ResizeDirection | Gets or sets the borders at which the current dock panel can be resized using the mouse. |
ShowAutoHideButton | Gets or sets whether the auto hide button is displayed within a dock panel’s caption. Inherited from BaseDockOptions. |
ShowCloseButton | Gets or sets whether the close button is displayed within a dock panel’s caption. Inherited from BaseDockOptions. |
ShowMaximizeButton | Gets or sets whether the maximize button can be displayed within a dock panel’s caption. Inherited from BaseDockOptions. |
ShowMinimizeButton | Gets or sets whether floating Dock Panels should display buttons that allow users to collapse (minimize) these panels. Mimimize buttons cannot be shown if panels are always on top of their parent forms (see the DockingOptions.FloatPanelsAlwaysOnTop property). Inherited from BaseDockOptions. |
See Also