Gets the tool tip description that is associated with an item and specified by the identifier parameter. Such an identifier can be the string conversion of an enumeration that is associated with an item (such as RibbonFormattingTab.RibbonItem.TXITEM_Paste). By default CultureInfo.CurrentUiCulture determines the language of the tool tip description resources. If no resource translation is provided, that corresponds to the current ui culture or the value of the culture parameter, the returned tool tip description is based on the English resources.

GetToolTipDescription(String)

public static string GetToolTipDescription(string identifier);
Public Shared Function GetToolTipDescription(ByVal identifier As String) As String

GetToolTipDescription(String, System.Globalization.CultureInfo)

public static string GetToolTipDescription(string identifier, System.Globalization.CultureInfo culture);
Public Shared Function GetToolTipDescription(ByVal identifier As String, ByVal culture As System.Globalization.CultureInfo) As string

Parameters

Parameter Description
identifier The identifier of the item that is associated with the requested tool tip description.
culture Specifies the language in which the tool tip description is returned.

Return Value

The tool tip description that is assigned to the item. If no tool tip description is associated with the source, the method returns an empty string.