ComponentFactory.Krypton.Ribbon.PaletteRibbonContextBack.GetRibbonBackColorStyle C# (CSharp) Метод

GetRibbonBackColorStyle() публичный Метод

Gets the background drawing style for the ribbon item.
public GetRibbonBackColorStyle ( PaletteState state ) : PaletteRibbonColorStyle
state PaletteState Palette value should be applicable to this state.
Результат PaletteRibbonColorStyle
        public PaletteRibbonColorStyle GetRibbonBackColorStyle(PaletteState state)
        {
            return _inherit.GetRibbonBackColorStyle(state);
        }