UtilTweakingKeyboardSpeed Property

Gets or sets the keyboard repeat-speed.

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 KeyboardSpeed { get; set; }

Property Value

Int32
The keyboard repeat-speed, from 0 to 31.

Exceptions

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

See Also