ClassContainerControlBase.ContainerTypedControlCollection
Class
Definition
Namespace:Telerik.WinControls.Containers
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
public class ContainerControlBase.ContainerTypedControlCollection : ReadOnlyControlCollection, IList, ICollection, IEnumerable, ICloneable
Inheritance: objectArrangedElementCollectionControl.ControlCollectionReadOnlyControlCollectionContainerControlBase.ContainerTypedControlCollection
Implements:
Inherited Members
Constructors
Methods
Add(Control)
Adds a control to the collection, throwing an exception if the collection is read-only.
Declaration
cs-api-definition
public override void Add(Control value)
Parameters
value
The control to add to the collection.
Exceptions
Thrown when the collection is read-only.
Overrides
Remove(Control)
Declaration
cs-api-definition
public override void Remove(Control value)
Parameters
value
Overrides