KeyboardEventArgs.MetaKey 속성

정의

이벤트가 발생했을 때 메타 키가 다운된 경우 true입니다. false이면 이고, 그렇지 않으면 입니다.

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

속성 값

적용 대상