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

ButtonSpecMdiChildClose() public method

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