Represents a custom control collection for the RadSplitContainer that only accepts SplitPanel controls.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class RadSplitContainer.ControlCollection : Control.ControlCollection, IList, ICollection, IEnumerable, ICloneable
Inheritance: objectArrangedElementCollectionControl.ControlCollectionRadSplitContainer.ControlCollection
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadSplitContainer.ControlCollection class.
C#
public ControlCollection(RadSplitContainer owner)
The RadSplitContainer that owns this collection.
Methods
Adds a control to the collection. Only SplitPanel controls are accepted.
C#
public override void Add(Control value)
The control to add to the collection.
Overrides: