ComponentFactory.Krypton.Ribbon.RibbonToContent.GetContentLongTextColor1 C# (CSharp) Méthode

GetContentLongTextColor1() public méthode

Gets the first back color for the long text.
public GetContentLongTextColor1 ( PaletteState state ) : Color
state PaletteState Palette value should be applicable to this state.
Résultat Color
        public virtual Color GetContentLongTextColor1(PaletteState state)
        {
            return Color.Empty;
        }