Ejemplo n.º 1
0
 /// <summary>
 /// Gets the short text to display for the button.
 /// </summary>
 /// <param name="style">Style of button spec.</param>
 /// <returns>String value.</returns>
 public virtual string GetButtonSpecShortText(PaletteButtonSpecStyle style)
 {
     return(_redirector.GetButtonSpecShortText(style));
 }