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

GetButtonSpecLongText() public method

Gets the long text to display for the button.
public GetButtonSpecLongText ( PaletteButtonSpecStyle style ) : string
style PaletteButtonSpecStyle Style of button spec.
return string
        public virtual string GetButtonSpecLongText(PaletteButtonSpecStyle style)
        {
            return _target.GetButtonSpecLongText(style);
        }
PaletteRedirect