asp.net.ph

ControlCollection Constructor

System.Web.UI Namespace   ControlCollection Class


Initializes a new instance of the ControlCollection class for the parent server control specified in the owner parameter.

[ VB ]
Public Sub New ( _
   ByVal owner As Control _
) 

[ C# ]
public ControlCollection (
   Control owner
);

[ C++ ]
public: ControlCollection (
   Control* owner
);

[ JScript ]
public function ControlCollection (
   owner : Control
);

Parameters

owner
The ASP.NET server control that the control collection is created for.

Exceptions


Exception Type Condition
ArgumentException Occurs if the owner parameter is a null reference ( Nothing in Visual Basic ).

Remarks

Use this constructor to initialize a new instance of the ControlCollection class using default values.

See Also

ControlCollection Members Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note