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

GetBorderDraw() public abstract method

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