GetShortText() public method

Gets the button short text.
public GetShortText ( IPalette palette ) : string
palette IPalette Palette to use for inheriting values.
return string
 /// <summary>
 /// Gets the content short text.
 /// </summary>
 /// <returns>String value.</returns>
 public string GetShortText()
 {
     // Get value from button spec passing inheritence redirector
     return(_buttonSpec.GetShortText(_redirector));
 }