ToolTip.StripAmpersands 属性

定义

获取或设置一个值,该值确定如何处理与号 (&)。

public:
 property bool StripAmpersands { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(true)]
public bool StripAmpersands { get; set; }
[<System.ComponentModel.Browsable(true)>]
member this.StripAmpersands : bool with get, set
Public Property StripAmpersands As Boolean

属性值

true 如果从工具提示文本中删除了和号字符,则为 ;否则为 false。 默认值为 false。

属性

注解

应用程序通常将同一字符串资源用于多种用途,例如菜单项和工具提示。 但是,菜单通常会在菜单项字符串中启用加速键(由和号字符表示)。 工具提示不支持此功能,因此默认情况下,与号仅显示为普通字符。 将 StripAmpersands 属性设置为 true 会从工具提示文本中删除所有与号。

适用于

另请参阅