예제 #1
0
 /// <summary>
 /// Gets the icon to display for the button.
 /// </summary>
 /// <param name="style">Style of button spec.</param>
 /// <returns>Icon value.</returns>
 public virtual Icon GetButtonSpecIcon(PaletteButtonSpecStyle style)
 {
     return(_redirector.GetButtonSpecIcon(style));
 }