This documentation is archived and is not being maintained.
ControlCollection Properties
.NET Framework 1.1
The properties of the ControlCollection class are listed here. For a complete list of ControlCollection class members, see the ControlCollection Members topic.
Public Properties
Count | Gets the number of server controls in the ControlCollection object for the specified ASP.NET server control. |
IsReadOnly | Gets a value indicating whether the ControlCollection object is read-only. |
IsSynchronized | Gets a value indicating whether the ControlCollection is synchronized. |
Item | Gets a reference to the server control at the specified index location in the ControlCollection object.
In C#, this property is the indexer for the ControlCollection class. |
SyncRoot | Gets an object that can be used to synchronize access to the collection of controls. |
Protected Properties
Owner | Gets the ASP.NET server control to which the ControlCollection object belongs. |
See Also
Show:
