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

GetBackDraw() public abstract method

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