Class ContainerControlBase.ContainerTypedControlCollection
Inheritance
System.Object
ContainerControlBase.ContainerTypedControlCollection
Inherited Members
Namespace: Telerik.WinControls.Containers
Assembly: Telerik.WinControls.dll
Syntax
public class ContainerTypedControlCollection : ReadOnlyControlCollection
Constructors
ContainerTypedControlCollection(Control, Boolean)
Declaration
public ContainerTypedControlCollection(Control control, bool isReadOnly)
Parameters
System.Windows.Forms.Control
control
|
System.Boolean
isReadOnly
|
Methods
Add(Control)
Declaration
public override void Add(Control value)
Parameters
System.Windows.Forms.Control
value
|
Overrides
Remove(Control)
Declaration
public override void Remove(Control value)
Parameters
System.Windows.Forms.Control
value
|
SetChildIndex(Control, Int32)
Declaration
public override void SetChildIndex(Control child, int newIndex)
Parameters
System.Windows.Forms.Control
child
|
System.Int32
newIndex
|
ValidateType(Type)
Declaration
public void ValidateType(Type type)
Parameters
System.Type
type
|