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

InitializeArrays() protected method

Utiliity function to set the types of tab classes this PropertyTabAttribute specifies.

protected InitializeArrays ( string tabClassNames, PropertyTabScope tabScopes ) : void
tabClassNames string
tabScopes PropertyTabScope
return void
        protected void InitializeArrays(string[] tabClassNames, PropertyTabScope[] tabScopes)
        {
            InitializeArrays(tabClassNames, null, tabScopes);
        }

Same methods

PropertyTabAttribute::InitializeArrays ( Type tabClasses, PropertyTabScope tabScopes ) : void
PropertyTabAttribute::InitializeArrays ( string tabClassNames, Type tabClasses, PropertyTabScope tabScopes ) : void