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!

Control.SetNewControls

Performs the work of setting the array of the child controls contained in this control.

[Visual Basic]
Overridable Public Sub SetNewControls( _
   ByVal value() As Control _
)
[C#]
public virtual void SetNewControls(
   Control[] value
);
[C++]
public: virtual void SetNewControls(
   Control* value[]
);
[JScript]
public function SetNewControls(
   value : Control[]
);

Parameters

value
An array of Control objects that represents the child controls contained in this control.

See Also

Control Class | Control Members | System.WinForms Namespace