Constructs the new instance of the Controls collection objects. Subclasses should not call base.CreateControlsInstance.
[Visual Basic] Overridable Protected Function CreateControlsInstance() As _ ControlCollection [C#] protected virtual ControlCollection CreateControlsInstance(); [C++] protected: virtual ControlCollection* CreateControlsInstance(); [JScript] protected function CreateControlsInstance() : ControlCollection;