ComponentFactory.Krypton.Toolkit.KryptonProfessionalCustomKCT.KryptonProfessionalCustomKCT C# (CSharp) Method

KryptonProfessionalCustomKCT() public method

Initialize a new instance of the KryptonProfessionalCustomKCT class.
public KryptonProfessionalCustomKCT ( Color headerColors, Color colorTableColors, bool useSystemColors, IPalette palette ) : System
headerColors Color Set of header colors to customize with.
colorTableColors Color Set of ColorTable colors to customize with.
useSystemColors bool Should be forced to use system colors.
palette IPalette Associated palette instance.
return System
        public KryptonProfessionalCustomKCT(Color[] headerColors,
                                            Color[] colorTableColors,
                                            bool useSystemColors,
                                            IPalette palette)
            : base(headerColors, useSystemColors, palette)
        {
            _colors = colorTableColors;
        }
KryptonProfessionalCustomKCT