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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.