Control.ControlCollection
Wisej.Web.Control ControlCollection
public class ControlCollection : ControlCollection, IList<Control>, ICollection<Control>, IEnumerable<Control>, IWisejSynchronizedPublic Class ControlCollection
Inherits ControlCollection
Implements IList(Of Control), ICollection(Of Control), IEnumerable(Of Control), IWisejSynchronizedConstructors
ControlCollection(owner)
Name
Type
Description
Properties
IsDisposed
Item(index)
Item(key)
Owner
Methods
Add(child)
Parameter
Type
Description
AddRange(controls)
Parameter
Type
Description
Clear()
Clear(dispose)
Parameter
Type
Description
Contains(control)
Parameter
Type
Description
ContainsKey(key)
Parameter
Type
Description
Find(type, searchAllChildren)
Parameter
Type
Description
Find(key, searchAllChildren)
Parameter
Type
Description
GetChildIndex(child, throwException)
Parameter
Type
Description
GetEnumerator()
IndexOf(control)
Parameter
Type
Description
IndexOfKey(key)
Parameter
Type
Description
Remove(child)
Parameter
Type
Description
RemoveByKey(key)
Parameter
Type
Description
SetChildIndex(child, newIndex)
Parameter
Type
Description
Inherited By
Name
Description
Last updated
Was this helpful?

