C# Class ComponentFactory.Krypton.Toolkit.KryptonColorTable2013

Provide KryptonColorTable2013 values using an array of Color values as the source.
Inheritance: KryptonColorTable
Mostra file Open project: Cocotteseb/Krypton Class Usage Examples

Public Methods

Method Description
KryptonColorTable2013 ( Color colors, InheritBool roundedEdges, IPalette palette ) : System

Initialize a new instance of the KryptonColorTable2010 class.

Private Methods

Method Description
DefineFonts ( ) : void
KryptonColorTable2013 ( ) : System
OnUserPreferenceChanged ( object sender, Microsoft.Win32.UserPreferenceChangedEventArgs e ) : void

Method Details

KryptonColorTable2013() public method

Initialize a new instance of the KryptonColorTable2010 class.
public KryptonColorTable2013 ( Color colors, InheritBool roundedEdges, IPalette palette ) : System
colors Color Source of
roundedEdges InheritBool Should have rounded edges.
palette IPalette Associated palette instance.
return System