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

CheckButtonValues() public méthode

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