ComponentFactory.Krypton.Toolkit.KryptonColorTableSparkle.KryptonColorTableSparkle C# (CSharp) Метод

KryptonColorTableSparkle() статический приватный Метод

static private KryptonColorTableSparkle ( ) : System
Результат System
        static KryptonColorTableSparkle()
        {
            // Get the font settings from the system
            DefineFonts();

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

Same methods

KryptonColorTableSparkle::KryptonColorTableSparkle ( Color colors, Color sparkleColors, InheritBool roundedEdges, IPalette palette ) : System