Version

Search Results

DockableGroupPane Class Members

Public Constructors Protected Fields Public Properties Protected Properties Public Methods Protected Methods Public Events

DockableGroupPane Class Methods

Public Methods Protected Methods

DockableGroupPane Class Properties

Public Properties Protected Properties

Activate Method (DockableGroupPane)

Activates the first activatable child pane. Syntax Return Value True if the control was able to take focus. Example The following code demonstrates the use of some of the flyout related properties and methods on the DockablePaneBase and DockableControlPane

AdjustChildPaneSize Method (DockableGroupPane)

Updates the size of the child panes based on the contents area. Syntax

ChildPaneStyle Property

Returns or sets how the child panes are organized. Syntax Remarks The available styles for the child panes include horizontal split, vertical split, tab group and sliding group. The setting for this property applies to all the panes in the dock area. The horizontal split and vertical split styles simply divide the...

Close(Boolean) Method

Closes the pane and all of its descendant panes that have the same DockedState. Syntax Parameters closeChildPanes True to close all child panes Example The following example demonstrates the various methods for hiding/closing one or more panes.

Close Method (DockableGroupPane)

Closes the pane and all of its descendant panes that have the same DockedState. Overload List

Contains Method (DockableGroupPane)

Determines if the specified pane is a child of the group. Syntax Parameters pane The Pane object to search for.recursive True if nested descendants should be checked Return Value When recursive is False, this method returns True if the pane is a direct child of the group, otherwise it returns False. When recursive...

DefaultPaneSettings Property (DockableGroupPane)

Returns an object containing the default settings for the child panes. Syntax Remarks Example The following code uses the InitializePane event to initialize values on the dock areas created automatically as a pane is repositioned by the user. For an overview of how to handle events in Visual Basic or Visual C#, se...