SystemParameters.KeyboardDelay Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the keyboard repeat-delay setting, which is a value in the range from 0 (approximately 250 milliseconds delay) through 3 (approximately 1 second delay).
public:
static property int KeyboardDelay { int get(); };
public static int KeyboardDelay { [System.Security.SecurityCritical] get; }
public static int KeyboardDelay { get; }
[<get: System.Security.SecurityCritical>]
static member KeyboardDelay : int
static member KeyboardDelay : int
Public Shared ReadOnly Property KeyboardDelay As Integer
Property Value
The keyboard repeat-delay setting.
- Attributes
Remarks
Maps to SPI_GETKEYBOARDDELAY. See SystemParametersInfo.
XAML attribute usage
<object property="{ SystemParameters.KeyboardDelay}
"/>
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.