SystemParameters.KeyboardSpeed 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-speed setting, which is a value in the range from 0 (approximately 2.5 repetitions per second) through 31 (approximately 30 repetitions per second).
public:
static property int KeyboardSpeed { int get(); };
public static int KeyboardSpeed { [System.Security.SecurityCritical] get; }
public static int KeyboardSpeed { get; }
[<get: System.Security.SecurityCritical>]
static member KeyboardSpeed : int
static member KeyboardSpeed : int
Public Shared ReadOnly Property KeyboardSpeed As Integer
Property Value
The keyboard repeat-speed setting.
- Attributes
Remarks
Maps to SPI_GETKEYBOARDSPEED. See SystemParametersInfo.
XAML attribute usage
<object property="{ SystemParameters.KeyboardSpeed}
"/>
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.