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