SystemParameters.KeyboardCues 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 a value indicating whether menu access keys are always underlined.
public:
static property bool KeyboardCues { bool get(); };
public static bool KeyboardCues { [System.Security.SecurityCritical] get; }
public static bool KeyboardCues { get; }
[<get: System.Security.SecurityCritical>]
static member KeyboardCues : bool
static member KeyboardCues : bool
Public Shared ReadOnly Property KeyboardCues As Boolean
Property Value
true
if menu access keys are always underlined; false
if they are underlined only when the menu is activated by the keyboard.
- Attributes
Remarks
Maps to SPI_GETKEYBOARDCUES. See SystemParametersInfo.
XAML attribute usage
<object property="{ SystemParameters.KeyboardCues}
"/>
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.