C# Class ComponentFactory.Krypton.Toolkit.KryptonColorTable2010

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

Public Methods

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

Initialize a new instance of the KryptonColorTable2010 class.

Private Methods

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

Method Details

KryptonColorTable2010() public method

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