ComponentFactory.Krypton.Toolkit.PaletteBorderEdgeRedirect.BackToBorder.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 _parent.GetBorderDraw(state);
            }