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

ButtonSpecMdiChildFixed() public method

Initialize a new instance of the ButtonSpecMdiChildFixed class.
public ButtonSpecMdiChildFixed ( PaletteButtonSpecStyle fixedStyle ) : System
fixedStyle PaletteButtonSpecStyle Fixed style to use.
return System
        public ButtonSpecMdiChildFixed(PaletteButtonSpecStyle fixedStyle)
        {
            // Fix the type
            ProtectedType = fixedStyle;
        }