MultiViewControlBuilder::AppendSubBuilder Method (ControlBuilder^)

 

Adds builders to the ControlBuilder object for any child controls that belong to the MultiView control.

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

public:
virtual void AppendSubBuilder(
	ControlBuilder^ subBuilder
) override

Parameters

subBuilder
Type: System.Web.UI::ControlBuilder^

The ControlBuilder object assigned to the child control.

This method adds builders to the ControlBuilder object for any child controls that belong to the MultiView control. A MultiView control can contain only View controls as child controls.

.NET Framework
Available since 2.0
Return to top
Show: