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.Controls

Collection of child controls.

[Visual Basic]
Public ReadOnly Property Controls As Control.ControlCollection
[C#]
public Control.ControlCollection Controls {get;}
[C++]
public: __property Control.ControlCollection* get_Controls();
[JScript]
public function get Controls() : Control.ControlCollection;

See Also

Control Class | Control Members | System.WinForms Namespace