DockingOptions Members
In This Article
#Constructors
Name | Description |
---|---|
Docking |
Initializes a new instance of the Docking |
Docking |
Initializes a new instance of the Docking |
#Properties
Name | Description |
---|---|
Allow |
Gets or sets whether or not panels can dock to the middle of the DockDocument is not used.
|
Allow |
Gets or sets whether or not dock panels that have been dragged away from their parent auto-hide containers should return to these containers when docked again. |
Auto |
Specifies the vertical direction of auto-hidden panel captions. |
Close |
Gets or sets whether only a dock panel corresponding to the active tab within a floating container can be closed upon clicking the close button. |
Close |
Gets or sets whether only the dock panel corresponding to the currently active tab in a tab container is closed when the close button within the tab container’s caption is clicked. The option is not in effect when the tab container is in the floating state. |
Cursor |
Gets or sets the cursor that indicates that a dock panel cannot be floating during a dock operation. |
Custom |
Gets or sets the thickness of a resize zone for any dock panel owned by this manager. |
Dock |
Gets or sets whether a panel can be docked as a tab to another panel while dragging over its header. |
Dock |
Gets or sets whether the panel is immediately docked while dragging over the tab region or the panel is docked when it is dropped. |
Float |
Gets or sets whether an end-user can double-click a panel’s caption to float it.
Inherited from Base |
Float |
Gets or sets whether floating Dock |
Hide |
Gets or sets whether a panel hides immediately (without animation) when the user unpins the panel. |
Hide |
Gets or sets whether a panel hides immediately (without animation) when the user unpins the panel and whether a panel hides immediately when it loses the focus. |
Show |
Gets or sets whether the auto hide button is displayed within a dock panel’s caption.
Inherited from Base |
Show |
Gets or sets whether an image associated with a dock panel is displayed within the panel’s caption. |
Show |
Gets or sets whether the dock panel’s caption is shown only when the mouse pointer hovers over the panel’s top or all the time. |
Show |
Gets or sets whether the close button is displayed within a dock panel’s caption.
Inherited from Base |
Show |
Gets or sets whether the maximize button can be displayed within a dock panel’s caption.
Inherited from Base |
Show |
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 Docking |
Snap |
Gets or sets whether or not dock panels can stick to each other, parent forms or screen edges. |
Tabbed |
Gets or sets the text direction, according to which tabbed panels’ header strings are drawn. |
#Methods
Name | Description |
---|---|
Assign |
Copies all the settings from the options object passed as the parameter. |
Begin |
Locks the Base |
Cancel |
Unlocks the Base |
End |
Unlocks the Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Reset() |
Resets all options to their default values.
Inherited from Base |
To |
Returns a string representing the currently enabled options.
Inherited from Base |
See Also