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

PaletteBackColor1() public method

Initialize a new instance of the PaletteBackColor1 class.
public PaletteBackColor1 ( IPaletteBack inherit, NeedPaintHandler needPaint ) : System
inherit IPaletteBack Source for inheriting defaulted values.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System
        public PaletteBackColor1(IPaletteBack inherit,
                                 NeedPaintHandler needPaint)
            : base(inherit, needPaint)
        {
        }