Constructs the new instance of the Controls collection objects. Subclasses should not call base.CreateControlsInstance. Our version creates a control collection that does not support
[Visual Basic] Overrides Protected Function CreateControlsInstance() As _ ControlCollection [C#] protected override ControlCollection CreateControlsInstance(); [C++] protected: override ControlCollection* CreateControlsInstance(); [JScript] protected override function CreateControlsInstance() : ControlCollection;