ComponentFactory.Krypton.Toolkit.PaletteRedirectButtonSpec.GetButtonSpecImage C# (CSharp) Метод

GetButtonSpecImage() публичный Метод

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.
Результат Image
        public override Image GetButtonSpecImage(PaletteButtonSpecStyle style,
                                                 PaletteState state)
        {
            return _inherit.GetButtonSpecImage(style, state);
        }