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

PaletteRibbonContextBack() public method

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