[]
        
(Showing Draft Content)

C1.Win.C1SplitContainer.PanelCollection

PanelCollection Class

Represents a collection of C1SplitterPanel objects.

Inheritance
PanelCollection
Namespace: C1.Win.C1SplitContainer
Assembly: C1.Win.C1SplitContainer.4.8.dll
Syntax
[ListBindable(false)]
public class PanelCollection : Collection<C1SplitterPanel>, IList<C1SplitterPanel>, ICollection<C1SplitterPanel>, IList, ICollection, IReadOnlyList<C1SplitterPanel>, IReadOnlyCollection<C1SplitterPanel>, IEnumerable<C1SplitterPanel>, IEnumerable

Methods

Name Description
BeginUpdate()

Maintains performance while views are added or being changed.

Clear(bool)

Removes all components from the collection, then disposes the components.

ClearItems()

Removes all items from the PanelCollection.

EndUpdate()

Resumes processing after it has been suspended by a call to BeginUpdate().

InsertItem(int, C1SplitterPanel)

Inserts a C1SplitterPanel into the PanelCollection at the specified index.

RemoveItem(int)

Removes the item at the specified index of the PanelCollection.

SetItem(int, C1SplitterPanel)

Replaces the C1SplitterPanel at the specified index.