KeyEventArgs::IsDown Property
.NET Framework (current version)
Gets a value that indicates whether the key referenced by the event is in the down state.
Assembly: PresentationCore (in PresentationCore.dll)
The following example checks whether the key associated with an instance of KeyEventArgs is down by obtaining the state of the IsDown property.
.NET Framework
Available since 3.0
Available since 3.0
Show: