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>]
member this.KeyboardCues : bool
member this.KeyboardCues : bool
Public Shared ReadOnly Property KeyboardCues As Boolean

Property Value

Boolean

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