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!

ControlCollection.All

Gets or sets the an array of all current child controls, ordered by index.

[Visual Basic]
Overridable Public Property All As Control ()
[C#]
public Control[] All {virtual get; virtual set;}
[C++]
public: __property virtual Control* get_All();
public: __property virtual void set_All(Control*[]);
[JScript]
public function get All() : Control[];
public function set All(Control[]);

Property Value

The array of current child controls.

See Also

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