C# Class ComponentFactory.Krypton.Toolkit.KryptonColorTable2007

Provide KryptonColorTable2007 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
KryptonColorTable2007 ( Color colors, InheritBool roundedEdges, IPalette palette ) : System

Initialize a new instance of the KryptonColorTable2007 class.

Private Methods

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

Method Details

KryptonColorTable2007() public method

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