ComponentFactory.Krypton.Toolkit.PaletteRedirect.GetContentLongTextColor1 C# (CSharp) Method

GetContentLongTextColor1() public method

Gets the first back color for the long text.
public GetContentLongTextColor1 ( PaletteContentStyle style, PaletteState state ) : Color
style PaletteContentStyle Content style.
state PaletteState Palette value should be applicable to this state.
return Color
        public virtual Color GetContentLongTextColor1(PaletteContentStyle style, PaletteState state)
        {
            return _target.GetContentLongTextColor1(style, state);
        }
PaletteRedirect