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

GetBackImage() public abstract method

Gets a background image.
public abstract GetBackImage ( PaletteBackStyle style, PaletteState state ) : Image
style PaletteBackStyle Background style.
state PaletteState Palette value should be applicable to this state.
return Image
        public abstract Image GetBackImage(PaletteBackStyle style, PaletteState state);
PaletteBase