ComponentFactory.Krypton.Ribbon.ButtonSpecMdiChildClose.ButtonSpecMdiChildClose C# (CSharp) Метод

ButtonSpecMdiChildClose() публичный Метод

Initialize a new instance of the ButtonSpecMdiChildClose class.
public ButtonSpecMdiChildClose ( KryptonRibbon ribbon ) : System
ribbon KryptonRibbon Reference to owning ribbon control.
Результат System
        public ButtonSpecMdiChildClose(KryptonRibbon ribbon)
            : base(PaletteButtonSpecStyle.PendantClose)
        {
            Debug.Assert(ribbon != null);
            _ribbon = ribbon;
        }