ComponentFactory.Krypton.Toolkit.KryptonPaletteButtonSpecBase.GetButtonSpecImage C# (CSharp) Method

GetButtonSpecImage() public method

Gets the image to display for the button.
public GetButtonSpecImage ( PaletteButtonSpecStyle style, PaletteState state ) : Image
style PaletteButtonSpecStyle Style of button spec.
state PaletteState State for which image is required.
return Image
        public virtual Image GetButtonSpecImage(PaletteButtonSpecStyle style,
                                                PaletteState state)
        {
            return _redirector.GetButtonSpecImage(style, state);
        }