ToolTip::StripAmpersands Property
Gets or sets a value that determines how ampersand (&) characters are treated.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: [BrowsableAttribute(true)] property bool StripAmpersands { bool get(); void set(bool value); }
Property Value
Type: System::Booleantrue if ampersand characters are stripped from the ToolTip text; otherwise, false. The default is false.
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 StripAmpersands property to true removes all ampersands from the ToolTip text.
Available since 2.0