SystemParameters.KeyboardCues Property

Definition

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