ComponentFactory.Krypton.Toolkit.PaletteProfessionalSystem.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.Office2010;
        }
PaletteProfessionalSystem