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

ButtonSpecMdiChildRestore() public method

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