GenericWebPart Constructor
Initializes a new instance of a GenericWebPart control by passing in a reference to a control that becomes the child control.
Assembly: System.Web (in System.Web.dll)
Parameters
- control
- Type: System.Web.UI::Control
A server control that becomes the child control of the GenericWebPart control instance.
| Exception | Condition |
|---|---|
| ArgumentNullException | control is nullptr. |
| ArgumentException | control is of type WebPart. - or - control has a nullptr or empty ID property. - or - control has been output-cached. |
The GenericWebPart(Control) constructor is called by the WebPartManager control in its CreateWebPart method, to initialize an instance of a GenericWebPart control by passing in a reference to a child server control. After the GenericWebPart object is created, you can reference the child control using the ChildControl property.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.