UtilTweakingKeyboardDelay Property

Gets or sets the keyboard repeat-delay. From 0 to 3. Where zero sets the shortest delay (approximately 250 ms) and 3 sets the longest delay (approximately 1 second).

Definition

Namespace: DevCase.Core.Windows.Common
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static int KeyboardDelay { get; set; }

Property Value

Int32
The keyboard repeat-delay, in seconds. From 0 to 3.

Exceptions

Win32Exception
ArgumentException Value should be between 0 and 3.;value

See Also