Property IsShift
IsShift
Gets a value indicating whether the Shift key was pressed.
public bool IsShift { get; }
Property Value
- bool
true
if is shift; otherwise,false
.
Gets a value indicating whether the Shift key was pressed.
public bool IsShift { get; }
true
if is shift; otherwise, false
.