KeyboardEventArgs.Key 속성

정의

이벤트가 나타내는 키의 키 값입니다. 값에 인쇄된 표현이 있는 경우 이 특성의 값은 char 특성과 동일합니다. 그렇지 않으면 '키 값'에 지정된 키 값 문자열 중 하나입니다. 키를 식별할 수 없는 경우 "식별되지 않음" 문자열입니다.

public:
 property System::String ^ Key { System::String ^ get(); void set(System::String ^ value); };
public string Key { get; set; }
member this.Key : string with get, set
Public Property Key As String

속성 값

적용 대상