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, _ ByVal tabScope As PropertyTabScope _ ) [C#] public PropertyTabAttribute( Type tabClass, PropertyTabScope tabScope ); [C++] public: PropertyTabAttribute( Type* tabClass, PropertyTabScope tabScope ); [JScript] public function PropertyTabAttribute( tabClass : Type, tabScope : PropertyTabScope );
PropertyTabAttribute Class | PropertyTabAttribute Members | System.ComponentModel.Design Namespace | PropertyTabAttribute Constructor Overload List