ComponentFactory.Krypton.Toolkit.PaletteOffice2007Base.GetRibbonShape C# (CSharp) Method

GetRibbonShape() public method

Gets the ribbon shape that should be used.
public GetRibbonShape ( ) : PaletteRibbonShape
return PaletteRibbonShape
        public override PaletteRibbonShape GetRibbonShape()
        {
            return PaletteRibbonShape.Office2007;
        }
PaletteOffice2007Base