The members of System.Web.UI.ControlCollection are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.ControlCollection class for the specified parent server control. |
[read-only] | Count | int.
Gets the number of server controls in the System.Web.UI.ControlCollection object for the specified ASP.NET server control. |
[read-only] | IsReadOnly | bool.
Gets a value indicating whether the System.Web.UI.ControlCollection object is read-only. |
[read-only] | IsSynchronized | bool.
Gets a value indicating whether the System.Web.UI.ControlCollection object is synchronized. |
[read-only] default property | Item(int) | Control. Documentation for this section has not yet been entered. |
[read-only] | SyncRoot | object.
Gets an object that can be used to synchronize access to the collection of controls. |
[read-only] | Owner | Control.
Gets the ASP.NET server control to which the System.Web.UI.ControlCollection object belongs. |
Add(Control)
| ||
AddAt(int, Control)
| ||
Clear()
| ||
Contains(Control)
| ||
CopyTo(Array, int)
| ||
GetEnumerator()
| ||
IndexOf(Control)
| ||
Remove(Control)
| ||
RemoveAt(int)
|