Version

Search Results

ToggleDockState Method

Toggles the pane and its child panes between the last docked and floating states. Syntax Remarks Invoking this method is equivalent to double-clicking on teh panes title bar. Example The following code demonstrates the use of some of the flyout related properties and methods on the DockablePaneBase and DockableCon...

ToolTipCaption Property

Returns or sets the tooltip displayed when the mouse is over the panes caption. Syntax Example The following code demonstrates how to create nested groups of panes.

ToolTipTab Property

Returns or sets the tooltip displayed when the mouse is over the panes tab. Syntax Remarks When set to an empty or null string, the text specified by TextTab will be displayed if it is not completely in view. Example The following code demonstrates how to create nested groups of panes.

Unpin Method (DockablePaneBase)

Unpins all of the DockableControlPane descendant panes. Syntax Remarks This method cannot be invoked on a floating DockArea pane. Example The following code creates several DockableControlPanes to contain controls on the form and then create the DockAreaPane instances to contain them.

DockablePanePropertyDescriptor Class

Provides a description of the DockablePaneBase object. Syntax

DockablePanePropertyDescriptor Class Members

Public Constructors Public Properties Protected Properties Public Methods Protected Methods

DockablePanePropertyDescriptor Class Methods

Public Methods Protected Methods

DockablePanePropertyDescriptor Class Properties

Public Properties Protected Properties

CanResetValue Method

Returns whether resetting an object changes its value. Syntax Parameters component The component to test for reset capability. Return Value true if resetting the component changes its value; otherwise, false.