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

KryptonPaletteForm() public method

Initialize a new instance of the KryptonPaletteForm class.
public KryptonPaletteForm ( PaletteRedirect redirect, PaletteBackStyle backStyle, PaletteBorderStyle borderStyle, NeedPaintHandler needPaint ) : System
redirect PaletteRedirect Redirector to inherit values from.
backStyle PaletteBackStyle Background style.
borderStyle PaletteBorderStyle Border style.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System
        public KryptonPaletteForm(PaletteRedirect redirect,
                                  PaletteBackStyle backStyle,
                                  PaletteBorderStyle borderStyle,
                                  NeedPaintHandler needPaint)
            : base(redirect, backStyle, borderStyle, needPaint)
        {
        }