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

GetBorderDraw() public abstract method

Gets a value indicating if border should be drawn.
public abstract GetBorderDraw ( PaletteBorderStyle style, PaletteState state ) : InheritBool
style PaletteBorderStyle Border style.
state PaletteState Palette value should be applicable to this state.
return InheritBool
        public abstract InheritBool GetBorderDraw(PaletteBorderStyle style, PaletteState state);
PaletteBase