UIElement.KeyboardAcceleratorPlacementMode Property

Definition

Gets or sets a value that indicates whether the control tooltip displays the key combination for its associated keyboard accelerator.

C#
public KeyboardAcceleratorPlacementMode KeyboardAcceleratorPlacementMode { get; set; }
XAML
<uiElement KeyboardAcceleratorPlacementMode="keyboardAcceleratorPlacementModeMemberName"/>

Property Value

A value of the enumeration. The default is Auto.

Applies to

Product Versions
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also