WebControlAdapter Constructor

Definition

Initializes a new instance of the WebControlAdapter class.

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

Remarks

The .NET Framework internally constructs a new instance of the WebControlAdapter class when it creates the corresponding WebControl object.

Applies to

See also