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

KryptonPaletteHeaderGroup() public method

Initialize a new instance of the KryptonPaletteHeaderGroup class.
public KryptonPaletteHeaderGroup ( PaletteRedirect redirect, NeedPaintHandler needPaint ) : System
redirect PaletteRedirect Inheritence redirection instance.
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System
        public KryptonPaletteHeaderGroup(PaletteRedirect redirect,
                                         NeedPaintHandler needPaint)
        {
            Debug.Assert(redirect != null);

            // Create the storage objects
            _stateCommon = new KryptonPaletteHeaderGroupState(redirect, needPaint);
        }