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

適用於