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