CompositeControl Constructor

Definition

Initializes a new instance of the CompositeControl class.

protected:
 CompositeControl();
protected CompositeControl ();
Protected Sub New ()

Remarks

The CompositeControl constructor is called by ASP.NET to create an instance of the CompositeControl. This constructor is not intended to be used from your code.

Applies to