Basic constructor that creates a property tab attribute that will create a tab of the specified type.
[Visual Basic] Overloads Public Sub New( _ ByVal tabClasses() As Type _ ) [C#] public PropertyTabAttribute( Type[] tabClasses ); [C++] public: PropertyTabAttribute( Type* tabClasses[] ); [JScript] public function PropertyTabAttribute( tabClasses : Type[] );
PropertyTabAttribute Class | PropertyTabAttribute Members | System.ComponentModel.Design Namespace | PropertyTabAttribute Constructor Overload List