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!

PropertyTabAttribute.TabClasses

Gets the types of tab that this attribute specifies.

[Visual Basic]
Public ReadOnly Property TabClasses As Type ()
[C#]
public Type[] TabClasses {get;}
[C++]
public: __property Type* get_TabClasses();
[JScript]
public function get TabClasses() : Type[];

Remarks

All of these types must be assignable to PropertyTab.

See Also

PropertyTabAttribute Class | PropertyTabAttribute Members | System.ComponentModel.Design Namespace