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

GetBackImage() public method

Gets a background image.
public GetBackImage ( PaletteBackStyle style, PaletteState state ) : Image
style PaletteBackStyle Background style.
state PaletteState Palette value should be applicable to this state.
return Image
        public virtual Image GetBackImage(PaletteBackStyle style, PaletteState state)
        {
            return _target.GetBackImage(style, state);
        }
PaletteRedirect