ComponentFactory.Krypton.Ribbon.ViewDrawRibbonContextTitle.GetRibbonBackColorStyle C# (CSharp) Method

GetRibbonBackColorStyle() public method

Gets the background drawing style for the ribbon item.
public GetRibbonBackColorStyle ( PaletteState state ) : PaletteRibbonColorStyle
state PaletteState Palette value should be applicable to this state.
return PaletteRibbonColorStyle
        public PaletteRibbonColorStyle GetRibbonBackColorStyle(PaletteState state)
        {
            return PaletteRibbonColorStyle.RibbonGroupAreaBorder;
        }