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

ButtonSpecExpandRibbon() public method

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

            // Fix the type
            ProtectedType = PaletteButtonSpecStyle.RibbonExpand;
        }