Class RadSplitContainer.ControlCollection
Represents a custom control collection for the RadSplitContainer that only accepts SplitPanel controls.
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ControlCollection : Control.ControlCollection
Constructors
ControlCollection(RadSplitContainer)
Initializes a new instance of the RadSplitContainer.ControlCollection class.
Declaration
public ControlCollection(RadSplitContainer owner)
Parameters
|
RadSplitContainer
owner
The RadSplitContainer that owns this collection. |
Methods
Add(Control)
Adds a control to the collection. Only SplitPanel controls are accepted.
Declaration
public override void Add(Control value)
Parameters
|
System.Windows.Forms.Control
value
The control to add to the collection. |
SetChildIndex(Control, Int32)
Sets the child index of the specified control to the specified index.
Declaration
public override void SetChildIndex(Control child, int newIndex)
Parameters
|
System.Windows.Forms.Control
child
The child control to set the index for. |
|
System.Int32
newIndex
The new index for the child control. |