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

GetBorderDrawBorders() public method

Gets a value indicating which borders to draw.
public GetBorderDrawBorders ( PaletteBorderStyle style, PaletteState state ) : PaletteDrawBorders
style PaletteBorderStyle Border style.
state PaletteState Palette value should be applicable to this state.
return PaletteDrawBorders
        public virtual PaletteDrawBorders GetBorderDrawBorders(PaletteBorderStyle style, PaletteState state)
        {
            return _target.GetBorderDrawBorders(style, state);
        }
PaletteRedirect