Version

Search Results

GetUnpinnedCount Method

Returns the number of unpinned panes. Syntax Return Value The count of unpinned panes. Example The following example demonstrates how to walk over the children of a DockableGroupPane skipping the unpinned panes. When a group is docked, its panes collection will include all the currently docked panes - this include...

GetVisibleCount Method

Returns the count of visible docked child panes. Syntax Return Value The count of visible docked child panes. Remarks Panes that are either unpinned or closed will not be included. Example The following example demonstrates how to walk over the children of a DockableGroupPane skipping the unpinned panes. When a gr...

GetVisiblePosition Method

Returns the visible position of the pane within the collection. Syntax Parameters pane Pane to determine the location of. Return Value The index of the pane amongst the visible panes. Example The following examples demonstrates the use of the DockableGroupPanes Contains method to determine whether a specific pane ...

Group Property

Returns the group that owns the collection. Syntax

IndexOf(IKeyedSubObject) Method

Syntax Parameters value

IndexOf(Object) Method

Syntax Parameters obj

IndexOf(String) Method

Syntax Parameters key

InitialCapacity Property (DockablePanesCollection)

The number of elements that the new collection is initially capable of storing. Syntax