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

[To be supplied.]

Overload List

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

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

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

[Visual Basic] Overloads Public Sub New(String)
[C#] public PropertyTabAttribute(String);
[C++] public: PropertyTabAttribute(String*);
[JScript] public function PropertyTabAttribute(String);

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

[Visual Basic] Overloads Public Sub New(Type, PropertyTabScope)
[C#] public PropertyTabAttribute(Type, PropertyTabScope);
[C++] public: PropertyTabAttribute(Type*, PropertyTabScope);
[JScript] public function PropertyTabAttribute(Type, PropertyTabScope);

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

[Visual Basic] Overloads Public Sub New(String, PropertyTabScope)
[C#] public PropertyTabAttribute(String, PropertyTabScope);
[C++] public: PropertyTabAttribute(String*, PropertyTabScope);
[JScript] public function PropertyTabAttribute(String, PropertyTabScope);

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

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

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

[Visual Basic] Overloads Public Sub New(String(), PropertyTabScope())
[C#] public PropertyTabAttribute(String[], PropertyTabScope[]);
[C++] public: PropertyTabAttribute(String*[], PropertyTabScope[]);
[JScript] public function PropertyTabAttribute(String[], PropertyTabScope[]);

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

[Visual Basic] Overloads Public Sub New(Type(), PropertyTabScope())
[C#] public PropertyTabAttribute(Type[], PropertyTabScope[]);
[C++] public: PropertyTabAttribute(Type*[], PropertyTabScope[]);
[JScript] public function PropertyTabAttribute(Type[], PropertyTabScope[]);

See Also

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