MultiViewControlBuilder.AppendSubBuilder(ControlBuilder) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds builders to the ControlBuilder object for any child controls that belong to the MultiView control.
public:
override void AppendSubBuilder(System::Web::UI::ControlBuilder ^ subBuilder);
public override void AppendSubBuilder (System.Web.UI.ControlBuilder subBuilder);
override this.AppendSubBuilder : System.Web.UI.ControlBuilder -> unit
Public Overrides Sub AppendSubBuilder (subBuilder As ControlBuilder)
Parameters
- subBuilder
- ControlBuilder
The ControlBuilder
object assigned to the child control.
Remarks
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.