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 RadLayoutControlControlCollection : Control.ControlCollection, IList, ICollection, IEnumerable, ICloneable

Inheritance: objectArrangedElementCollectionControl.ControlCollectionRadLayoutControlControlCollection

Implements: ICloneableICollectionIEnumerableIList

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

Constructors

C#
public RadLayoutControlControlCollection(RadLayoutControl owner)
Parameters:ownerRadLayoutControl

Methods

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

Overrides: Control.ControlCollection.Add(Control)

Adds the control to the underlying collection without creating a LayoutControlItem for it.

C#
public void AddInternal(Control value)
Parameters:valueControl

The control to add.

Finds the item associated with a given control.

C#
public LayoutControlItem FindLayoutItem(Control control)
Parameters:controlControl

The control.

Returns:

LayoutControlItem

The associated item.

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

Overrides: Control.ControlCollection.Remove(Control)

Removes the control from the underlying collection without destroying its associated item.

C#
public void RemoveInternal(Control value)
Parameters:valueControl