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

PropertyTabAttribute() public method

Basic constructor that creates a PropertyTabAttribute. Use this ctor to derive from this attribute and specify multiple tab types by calling InitializeArrays.

public PropertyTabAttribute ( ) : System
return System
        public PropertyTabAttribute()
        {
            _tabScopes = new PropertyTabScope[0];
            _tabClassNames = new string[0];
        }

Same methods

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