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.ControlCollection Constructor

[To be supplied.]

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

Parameters

owner
[To be supplied.]

See Also

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