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

CheckButtonValues() public method

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