Class
RadSplitContainer.ControlCollection

Represents a custom control collection for the RadSplitContainer that only accepts SplitPanel controls.

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public class RadSplitContainer.ControlCollection : Control.ControlCollection, IList, ICollection, IEnumerable, ICloneable

Inheritance: objectArrangedElementCollectionControl.ControlCollectionRadSplitContainer.ControlCollection

Implements: ICloneableICollectionIEnumerableIList

Inherited Members Control.ControlCollection.ContainsKey(string)Control.ControlCollection.AddRange(Control[])Control.ControlCollection.Contains(Control)Control.ControlCollection.Find(string, bool)Control.ControlCollection.GetEnumerator()Control.ControlCollection.IndexOf(Control)Control.ControlCollection.IndexOfKey(string)Control.ControlCollection.Remove(Control)Control.ControlCollection.RemoveAt(int)Control.ControlCollection.RemoveByKey(string)Control.ControlCollection.Clear()Control.ControlCollection.GetChildIndex(Control)Control.ControlCollection.GetChildIndex(Control, bool)Control.ControlCollection.OwnerControl.ControlCollection.this[int]Control.ControlCollection.this[string]ArrangedElementCollection.Equals(object)ArrangedElementCollection.GetHashCode()ArrangedElementCollection.CopyTo(Array, int)ArrangedElementCollection.IsReadOnlyArrangedElementCollection.Count

Constructors

ControlCollection(RadSplitContainer)

Initializes a new instance of the RadSplitContainer.ControlCollection class.

Declaration

cs-api-definition
public ControlCollection(RadSplitContainer owner)

Parameters

owner

RadSplitContainer

The RadSplitContainer that owns this collection.

Methods

Add(Control)

Adds a control to the collection. Only SplitPanel controls are accepted.

Declaration

cs-api-definition
public override void Add(Control value)

Parameters

value

Control

The control to add to the collection.

Overrides Control.ControlCollection.Add(Control)

SetChildIndex(Control, int)

Sets the child index of the specified control to the specified index.

Declaration

cs-api-definition
public override void SetChildIndex(Control child, int newIndex)

Parameters

child

Control

The child control to set the index for.

newIndex

int

The new index for the child control.

Overrides Control.ControlCollection.SetChildIndex(Control, int)