GetToolTipTitle() public method

Gets the button tooltip title text.
public GetToolTipTitle ( 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()
 {
     return(_buttonSpec.GetToolTipTitle(_palette));
 }