KeyboardEventArgs.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

プロパティ値

適用対象