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

Inheritance: objectArrangedElementCollectionControl.ControlCollectionRadScrollablePanelControlCollection

Derived Classes: CollapsiblePanelControlsContainerControlsCollectionDataEntryPanelControlCollection

Implements: ICloneableICollectionIEnumerableIList

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

Constructors

C#
public RadScrollablePanelControlCollection(RadScrollablePanel owner)
Parameters:ownerRadScrollablePanel

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 value, bool throwException)
Parameters:valueControlthrowExceptionboolReturns:

int

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

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

Overrides: Control.ControlCollection.Remove(Control)

C#
public override void SetChildIndex(Control value, int newIndex)
Parameters:valueControlnewIndexint

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