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 );
Use this constructor to initialize a new instance of the ControlCollection class using default values.
ControlCollection Members
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