예제 #1
0
 /// <summary>
 /// Get the location for the button.
 /// </summary>
 /// <param name="style">Style of button spec.</param>
 /// <returns>HeaderLocation value.</returns>
 public virtual HeaderLocation GetButtonSpecLocation(PaletteButtonSpecStyle style)
 {
     return(_redirector.GetButtonSpecLocation(style));
 }