ComponentFactory.Krypton.Toolkit.KryptonColorTable2007.KryptonColorTable2007 C# (CSharp) Method

KryptonColorTable2007() static private method

static private KryptonColorTable2007 ( ) : System
return System
        static KryptonColorTable2007()
        {
            // Get the font settings from the system
            DefineFonts();

            // We need to notice when system color settings change
            SystemEvents.UserPreferenceChanged += new UserPreferenceChangedEventHandler(OnUserPreferenceChanged);
        }

Same methods

KryptonColorTable2007::KryptonColorTable2007 ( Color colors, InheritBool roundedEdges, IPalette palette ) : System