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

GetBackColorStyle() public method

Gets the color drawing style from the redirector.
public GetBackColorStyle ( PaletteState state ) : PaletteColorStyle
state PaletteState Palette value should be applicable to this state.
return PaletteColorStyle
        public override PaletteColorStyle GetBackColorStyle(PaletteState state)
        {
            return _redirect.GetBackColorStyle(Style, state);
        }