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

適用於