ComponentFactory.Krypton.Toolkit.PaletteDataGridViewBackInherit.GetBackImage C# (CSharp) Method

GetBackImage() public method

Gets a background image.
public GetBackImage ( PaletteState state ) : Image
state PaletteState Palette value should be applicable to this state.
return Image
        public override Image GetBackImage(PaletteState state)
        {
            return _inherit.GetBackImage(state);
        }