Control.CreateControlsInstance Method ()
.NET Framework (current version)
Creates a new instance of the control collection for the control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
abstract CreateControlsInstance : unit -> Control.ControlCollection override CreateControlsInstance : unit -> Control.ControlCollection
Return Value
Type: System.Windows.Forms.Control.ControlCollectionA new instance of Control.ControlCollection assigned to the control.
Notes to Inheritors:
The base class version of this method should not be called by a derived class.
.NET Framework
Available since 1.1
Available since 1.1
Show: