ComponentFactory.Krypton.Toolkit.PaletteBorderInheritForced.GetBorderImage C# (CSharp) Method

GetBorderImage() public method

Gets a border image.
public GetBorderImage ( PaletteState state ) : Image
state PaletteState Palette value should be applicable to this state.
return Image
        public override Image GetBorderImage(PaletteState state)
        {
            return _inherit.GetBorderImage(state);
        }