BaseDataBoundControlDesigner Constructor

Definition

Initializes a new instance of the BaseDataBoundControlDesigner class.

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

Remarks

The .NET Framework internally constructs a new instance of a designer that is derived from the BaseDataBoundControlDesigner class when it creates the associated control on the design surface.

Applies to

See also