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 Value

Type: System.Web.UI::Control^

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.

.NET Framework
Available since 2.0
Return to top
Show: