The properties of System.Web.UI.ControlCollection are listed below. For a list of all members, see the ControlCollection Members list.
See Also: Inherited members from System.Object
[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. |