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).
Namespace: DevCase.Core.Windows.CommonAssembly: 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; }
Public Shared Property KeyboardDelay As Integer
Get
Set
Dim value As Integer
value = UtilTweaking.KeyboardDelay
UtilTweaking.KeyboardDelay = value
public:
static property int KeyboardDelay {
int get ();
void set (int value);
}
static member KeyboardDelay : int with get, set
No code example is currently available or this language may not be supported.
Property Value
Int32
The keyboard repeat-delay, in seconds. From 0 to 3.
Win32Exception
|
|
ArgumentException
|
Value should be between 0 and 3.;value
|