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입니다.

적용 대상