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

GetBackColorStyle() public method

Gets the color background drawing style.
public GetBackColorStyle ( PaletteBackStyle style, PaletteState state ) : PaletteColorStyle
style PaletteBackStyle Background style.
state PaletteState Palette value should be applicable to this state.
return PaletteColorStyle
        public virtual PaletteColorStyle GetBackColorStyle(PaletteBackStyle style, PaletteState state)
        {
            return _target.GetBackColorStyle(style, state);
        }
PaletteRedirect