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

GetBackDraw() public abstract method

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