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

GetBackImage() public method

Gets a background image from the redirector.
public GetBackImage ( PaletteState state ) : Image
state PaletteState Palette value should be applicable to this state.
return Image
        public override Image GetBackImage(PaletteState state)
        {
            return _redirect.GetBackImage(Style, state);
        }