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!

PropertyTab.Components

[To be supplied.]

[Visual Basic]
Overridable Public Property Components As Object ()
[C#]
public object[] Components {virtual get; virtual set;}
[C++]
public: __property virtual Object* get_Components();
public: __property virtual void set_Components(Object*[]);
[JScript]
public function get Components() : Object[];
public function set Components(Object[]);

See Also

PropertyTab Class | PropertyTab Members | System.WinForms.Design Namespace