ComponentFactory.Krypton.Ribbon.PaletteRibbonContextDouble.GetRibbonBackColorStyle C# (CSharp) Méthode

GetRibbonBackColorStyle() public méthode

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