ComponentFactory.Krypton.Toolkit.PaletteBorderInheritForced.GetBorderDraw C# (CSharp) Method

GetBorderDraw() public method

Gets a value indicating if border should be drawn.
public GetBorderDraw ( PaletteState state ) : InheritBool
state PaletteState Palette value should be applicable to this state.
return InheritBool
        public override InheritBool GetBorderDraw(PaletteState state)
        {
            return _inherit.GetBorderDraw(state);
        }