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

GetBackDraw() public method

Gets the actual background draw value.
public GetBackDraw ( PaletteState state ) : InheritBool
state PaletteState Palette value should be applicable to this state.
return InheritBool
        public InheritBool GetBackDraw(PaletteState state)
        {
            return _palette.GetBackDraw(_style, state);
        }