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

GetBorderDrawBorders() public abstract method

Gets a value indicating which borders to draw.
public abstract GetBorderDrawBorders ( PaletteState state ) : PaletteDrawBorders
state PaletteState Palette value should be applicable to this state.
return PaletteDrawBorders
        public abstract PaletteDrawBorders GetBorderDrawBorders(PaletteState state);