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 Constructor (Type)

Basic constructor that creates a property tab attribute that will create a tab of the specified type.

[Visual Basic]
Overloads Public Sub New( _
   ByVal tabClass As Type _
)
[C#]
public PropertyTabAttribute(
   Type tabClass
);
[C++]
public: PropertyTabAttribute(
   Type* tabClass
);
[JScript]
public function PropertyTabAttribute(
   tabClass : Type
);

Parameters

tabClass
The type of tab this attribute will create.

See Also

PropertyTabAttribute Class | PropertyTabAttribute Members | System.ComponentModel.Design Namespace | PropertyTabAttribute Constructor Overload List