ComponentFactory.Krypton.Toolkit.PaletteRedirect.GetButtonSpecIcon C# (CSharp) Method

GetButtonSpecIcon() public method

Gets the icon to display for the button.
public GetButtonSpecIcon ( PaletteButtonSpecStyle style ) : Icon
style PaletteButtonSpecStyle Style of button spec.
return System.Drawing.Icon
        public virtual Icon GetButtonSpecIcon(PaletteButtonSpecStyle style)
        {
            return _target.GetButtonSpecIcon(style);
        }
PaletteRedirect