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

GetBackDraw() public method

Gets a value indicating if background should be drawn.
public GetBackDraw ( PaletteBackStyle style, PaletteState state ) : InheritBool
style PaletteBackStyle Background style.
state PaletteState Palette value should be applicable to this state.
return InheritBool
        public virtual InheritBool GetBackDraw(PaletteBackStyle style, PaletteState state)
        {
            return _target.GetBackDraw(style, state);
        }
PaletteRedirect