NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ControlBuilder.BuildChildren

[To be supplied.]

[Visual Basic]
Protected Sub BuildChildren( _
   ByVal parentObj As Object _
)
[C#]
protected void BuildChildren(
   object parentObj
);
[C++]
protected: void BuildChildren(
   Object* parentObj
);
[JScript]
protected function BuildChildren(
   parentObj : Object
);

Parameters

parentObj
[To be supplied.]

See Also

ControlBuilder Class | ControlBuilder Members | System.Web.UI Namespace