Version

Search Results

ShowChildPanes() Method

Shows any child panes of the group that have been hidden. Syntax Remarks This method will examine each child pane in the group to determine whehter it is hidden. If so, the pane will be displayed. This has the effect of re-opening any panes that may have been closed by the user. Example The following example demon...

ShowChildPanes(Boolean) Method

Iterates over the child panes showing any closed panes. Syntax Parameters pinChildPanes True if any unpinned child panes should be pinned. False to simply display panes in the group as they are unhidden. Remarks This method will examine each child pane in the group to determine whehter it is hidden. If so, the pan...

ShowChildPanes Method

Shows any child panes of the group that have been hidden. Overload List

ToString Method (DockableGroupPane)

Returns the child pane style and key, if one was specified. Syntax Return Value A string consisting of the ChildPaneStyle and Infragistics.Shared.KeyedSubObjectBase.Key.

Unpin Method (DockableGroupPane)

Unpins all of the DockableControlPane descendants. Syntax Remarks Invoking this method unpins all of the panes in the group. The panes will become unpinned from the dock area, and can no longer be collapsed. If any pane is currently collapsed into the UnpinnedTabArea, it will immediately fly out and become visible...