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

GetBorderDraw() public method

Gets the actual border draw value.
public GetBorderDraw ( PaletteState state ) : InheritBool
state PaletteState Palette value should be applicable to this state.
return InheritBool
        public InheritBool GetBorderDraw(PaletteState state)
        {
            return _inherit.GetBorderDraw(state);
        }