ClassRadSplitContainer.ControlCollection
Class
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:
Inherited Members
Constructors
ControlCollection(RadSplitContainer)
Initializes a new instance of the RadSplitContainer.ControlCollection class.
Declaration
cs-api-definition
public ControlCollection(RadSplitContainer owner)
Parameters
owner
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
The control to add to the collection.
Overrides
SetChildIndex(Control, int)
Sets the child index of the specified control to the specified index.