KeyEventArgs::IsUp Property
.NET Framework (current version)
Gets a value that indicates whether the key referenced by the event is in the up state.
Assembly: PresentationCore (in PresentationCore.dll)
Property Value
Type: System::Booleantrue if the key is up; otherwise, false. There is no default value.
The following example checks whether the key associated with an instance of KeyEventArgs is up by obtaining the state of the IsUp property.
.NET Framework
Available since 3.0
Available since 3.0
Show: