System.ComponentModel.PropertyTabAttribute.PropertyTabAttribute C# (CSharp) Method

PropertyTabAttribute() public method

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

public PropertyTabAttribute ( string tabClassName ) : System
tabClassName string
return System
        public PropertyTabAttribute(string tabClassName) : this(tabClassName, PropertyTabScope.Component)
        {
        }

Same methods

PropertyTabAttribute::PropertyTabAttribute ( ) : System
PropertyTabAttribute::PropertyTabAttribute ( Type tabClass ) : System
PropertyTabAttribute::PropertyTabAttribute ( Type tabClass, PropertyTabScope tabScope ) : System
PropertyTabAttribute::PropertyTabAttribute ( string tabClassName, PropertyTabScope tabScope ) : System