Επεξεργασία

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 { get; }
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.

Remarks

Maps to SPI_GETKEYBOARDCUES. See SystemParametersInfo.

XAML attribute usage

<object property="{ SystemParameters.KeyboardCues}"/>

Applies to