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

GetRibbonBackColor1() 공개 메소드

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