[To be supplied.]
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[]);
PropertyTabAttribute Class | PropertyTabAttribute Members | System.ComponentModel.Design Namespace