Documentation for this section has not yet been entered.
An application commonly uses the same string resource for multiple purposes, such as a menu item and a ToolTip. However, menus often enable accelerators, denoted by an ampersand character, in the menu item string. ToolTips do not support this capability, so by default, ampersands are just displayed as normal characters. Setting the ToolTip.StripAmpersands property to true removes all ampersands from the ToolTip text.