ComponentFactory.Krypton.Toolkit.PaletteBorderInheritRedirect.GetBorderDrawBorders C# (CSharp) Method

GetBorderDrawBorders() public method

Gets a value indicating which borders to draw.
public GetBorderDrawBorders ( PaletteState state ) : PaletteDrawBorders
state PaletteState Palette value should be applicable to this state.
return PaletteDrawBorders
        public override PaletteDrawBorders GetBorderDrawBorders(PaletteState state)
        {
            return _redirect.GetBorderDrawBorders(_style, state);
        }