The properties of the ControlCollection class are listed below. For a complete list of ControlCollection class members, see the ControlCollection Members topic.
All | Gets or sets the an array of all current child controls, ordered by index. |
Count | Gets the number of child controls in the collection. |
IsReadOnly | [To be supplied.] |
IsSynchronized | [To be supplied.] |
Item | Gets a reference to an ordinal-indexed control in the collection.
In C#, this member is the indexer for the ControlCollection class. |
Size | [To be supplied.] |
SyncRoot | [To be supplied.] |