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!

RichControl.ControlCollection Constructor

[To be supplied.]

[Visual Basic]
Public Sub New( _
   ByVal owner As RichControl _
)
[C#]
public RichControl.ControlCollection(
   RichControl owner
);
[C++]
public: RichControl.ControlCollection(
   RichControl* owner
);
[JScript]
public function RichControl.ControlCollection(
   owner : RichControl
);

Parameters

owner
[To be supplied.]

See Also

RichControl.ControlCollection Class | RichControl.ControlCollection Members | System.WinForms Namespace