ComponentFactory.Krypton.Ribbon.CalculatedValues.CalculatedValues C# (CSharp) Method

CalculatedValues() public method

Initialize a new instance of the CalculatedValues class.
public CalculatedValues ( KryptonRibbon ribbon ) : System
ribbon KryptonRibbon Source control instance.
return System
        public CalculatedValues(KryptonRibbon ribbon)
        {
            Debug.Assert(ribbon != null);
            _ribbon = ribbon;

            _lastShape = PaletteRibbonShape.Inherit;
        }