ButtonBase.UseMnemonic 属性

定义

获取或设置一个值,该值指示前面有“&”符的第一个字符是否用作控件的助记键。

public:
 property bool UseMnemonic { bool get(); void set(bool value); };
public bool UseMnemonic { get; set; }
member this.UseMnemonic : bool with get, set
Public Property UseMnemonic As Boolean

属性值

true 如果以和 (&) 开头的第一个字符用作控件的助记键,则为 ;否则为 false。 默认为 true

适用于