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

HeaderGroupValuesSecondary() public method

Initialize a new instance of the HeaderGroupValuesSecondary class.
public HeaderGroupValuesSecondary ( NeedPaintHandler needPaint ) : System
needPaint NeedPaintHandler Delegate for notifying paint requests.
return System
        public HeaderGroupValuesSecondary(NeedPaintHandler needPaint)
            : base(needPaint)
        {
        }