MouseEventArgs.ShiftKey 속성

정의

true 이벤트가 발생했을 때 시프트 키가 다운되었으면 입니다. 그렇지 않으면 false입니다.

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

속성 값

적용 대상