ComponentFactory.Krypton.Toolkit.KryptonColorButton.CreateButtonValues C# (CSharp) Метод

CreateButtonValues() защищенный Метод

Creates a values storage object appropriate for control.
protected CreateButtonValues ( NeedPaintHandler needPaint ) : ColorButtonValues
needPaint NeedPaintHandler Delegate for notifying paint requests.
Результат ColorButtonValues
        protected virtual ColorButtonValues CreateButtonValues(NeedPaintHandler needPaint)
        {
            return new ColorButtonValues(needPaint);
        }