C# Class ComponentFactory.Krypton.Toolkit.KryptonColorTable

Extend the ProfessionalColorTable with some Krypton specific properties.
Inheritance: System.Windows.Forms.ProfessionalColorTable
Mostra file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
KryptonColorTable ( IPalette palette ) : System

Creates a new instance of the KryptonColorTable class.

Method Details

KryptonColorTable() public method

Creates a new instance of the KryptonColorTable class.
public KryptonColorTable ( IPalette palette ) : System
palette IPalette Reference to associated palette.
return System