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

KryptonColorTable2013() private method

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

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

Same methods

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