Skip to main content
A newer version of this page is available. .

BaseDockOptions Properties

Serves as the base class for classes that contain options for controlling the docking functionality.
Name Description
FloatOnDblClick Gets or sets whether an end-user can double-click a panel’s caption to float it.
ShowAutoHideButton Gets or sets whether the auto hide button is displayed within a dock panel’s caption.
ShowCloseButton Gets or sets whether the close button is displayed within a dock panel’s caption.
ShowMaximizeButton Gets or sets whether the maximize button can be displayed within a dock panel’s caption.
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).
See Also