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

PaletteContentJustImage() public method

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