C# Class ComponentFactory.Krypton.Toolkit.KryptonProfessionalCustomKCT

Inheritance: KryptonProfessionalKCT
Mostra file Open project: ComponentFactory/Krypton

Public Methods

Method Description
KryptonProfessionalCustomKCT ( Color headerColors, Color colorTableColors, bool useSystemColors, IPalette palette ) : System

Initialize a new instance of the KryptonProfessionalCustomKCT class.

Method Details

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