GenericWebPart.ChildControl Property

Gets a reference to the child control that is wrapped by a GenericWebPart control at run time.

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in system.web.dll)

public:
property Control^ ChildControl {
	Control^ get ();
}
/** @property */
public Control get_ChildControl ()

public function get ChildControl () : Control

Not applicable.

Property Value

A Control that refers to the wrapped child control.

The ChildControl property provides the means to access the child control wrapped by a GenericWebPart control. For example, the WebPartManager control uses the ChildControl property to extract personalization data from the child control.

The following code example demonstrates programmatic use of the ChildControl property. The ChildControl property is accessed programmatically to retrieve information about the child control of a GenericWebPart control. The complete source code for the example is found in the Example section of the GenericWebPart overview topic.

No code example is currently available or this language may not be supported.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: