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);
        }