ComponentFactory.Krypton.Toolkit.PaletteRibbonDouble.GetRibbonBackColor2 C# (CSharp) 메소드

GetRibbonBackColor2() 공개 메소드

Gets the second background color for the ribbon item.
public GetRibbonBackColor2 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
리턴 Color
        public Color GetRibbonBackColor2(PaletteState state)
        {
            if (BackColor2 != Color.Empty)
                return BackColor2;
            else
                return _inheritBack.GetRibbonBackColor2(state);
        }