MindFusion.Wpf Pack Programmer's Guide
RegularKey.Repeat Property
See Also
 





Gets or sets how many times to send the key code when this key is pressed.

Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.Keyboard.Wpf

 Syntax

C#  Copy Code

public int Repeat { get; set; }

Visual Basic  Copy Code

Public Property Repeat As Integer

 Property Value

An integer value specifying the number of character to send.

 See Also

RegularKey Members
RegularKey Class
MindFusion.UI.Wpf Namespace