KeyEventArgs::IsRepeat Property

 

Gets a value that indicates whether the keyboard key referenced by the event is a repeated key.

Namespace:   System.Windows.Input
Assembly:  PresentationCore (in PresentationCore.dll)

public:
property bool IsRepeat {
	bool get();
}

Property Value

Type: System::Boolean

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

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: