ComponentFactory.Krypton.Toolkit.PaletteRibbonDoubleInheritRedirect.GetRibbonBackColorStyle C# (CSharp) 메소드

GetRibbonBackColorStyle() 공개 메소드

Gets the method used to draw the background of a ribbon item.
public GetRibbonBackColorStyle ( PaletteState state ) : PaletteRibbonColorStyle
state PaletteState Palette value should be applicable to this state.
리턴 PaletteRibbonColorStyle
        public override PaletteRibbonColorStyle GetRibbonBackColorStyle(PaletteState state)
        {
            return _redirect.GetRibbonBackColorStyle(_styleBack, state);
        }