New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

C#
public class RadCollapsiblePanelControlsCollection : Control.ControlCollection, IList, ICollection, IEnumerable, ICloneable

Inheritance: objectArrangedElementCollectionControl.ControlCollectionRadCollapsiblePanelControlsCollection

Implements: ICloneableICollectionIEnumerableIList

Inherited Members ArrangedElementCollection.Equals(object)ArrangedElementCollection.GetHashCode()ArrangedElementCollection.CopyTo(Array, int)ArrangedElementCollection.GetEnumerator()ArrangedElementCollection.IsReadOnlyArrangedElementCollection.Count...

Constructors

C#
public RadCollapsiblePanelControlsCollection(RadCollapsiblePanel owner)
Parameters:ownerRadCollapsiblePanel

Methods

C#
public override void Add(Control value)
Parameters:valueControl

Overrides: Control.ControlCollection.Add(Control)

C#
public override void Clear()

Overrides: Control.ControlCollection.Clear()

C#
public override int GetChildIndex(Control child, bool throwException)
Parameters:childControlthrowExceptionboolReturns:

int

Overrides: Control.ControlCollection.GetChildIndex(Control, bool)

C#
public override void SetChildIndex(Control child, int newIndex)
Parameters:childControlnewIndexint

Overrides: Control.ControlCollection.SetChildIndex(Control, int)