ComponentFactory.Krypton.Toolkit.KryptonPaletteControl.KryptonPaletteControl C# (CSharp) Méthode

KryptonPaletteControl() public méthode

Initialize a new instance of the KryptonPaletteControl class.
public KryptonPaletteControl ( 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.
Résultat System
        public KryptonPaletteControl(PaletteRedirect redirect,
                                     PaletteBackStyle backStyle,
                                     PaletteBorderStyle borderStyle,
                                     NeedPaintHandler needPaint)
            : base(redirect, backStyle, borderStyle, needPaint)
        {
        }