ListControlDesigner Constructor

Definition

Initializes a new instance of the ListControlDesigner class.

public:
 ListControlDesigner();
public ListControlDesigner ();
Public Sub New ()

Remarks

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

Applies to

See also