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

InitializeArrays() protected method

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

protected InitializeArrays ( Type tabClasses, PropertyTabScope tabScopes ) : void
tabClasses System.Type
tabScopes PropertyTabScope
return void
        protected void InitializeArrays(Type[] tabClasses, PropertyTabScope[] tabScopes)
        {
            InitializeArrays(null, tabClasses, tabScopes);
        }

Same methods

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