/// <summary> /// Gets the long text to display for the button. /// </summary> /// <param name="style">Style of button spec.</param> /// <returns>String value.</returns> public virtual string GetButtonSpecLongText(PaletteButtonSpecStyle style) { return(_redirector.GetButtonSpecLongText(style)); }