Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

UIElement.KeyboardAcceleratorPlacementMode Property

Definition

Namespace:
Microsoft.UI.Xaml

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 or sets a value that indicates whether the control tooltip displays the key combination for its associated keyboard accelerator.

public:
 property KeyboardAcceleratorPlacementMode KeyboardAcceleratorPlacementMode { KeyboardAcceleratorPlacementMode get(); void set(KeyboardAcceleratorPlacementMode value); };
KeyboardAcceleratorPlacementMode KeyboardAcceleratorPlacementMode();

void KeyboardAcceleratorPlacementMode(KeyboardAcceleratorPlacementMode value);
public KeyboardAcceleratorPlacementMode KeyboardAcceleratorPlacementMode { get; set; }
var keyboardAcceleratorPlacementMode = uIElement.keyboardAcceleratorPlacementMode;
uIElement.keyboardAcceleratorPlacementMode = keyboardAcceleratorPlacementMode;
Public Property KeyboardAcceleratorPlacementMode As KeyboardAcceleratorPlacementMode
<uiElement KeyboardAcceleratorPlacementMode="keyboardAcceleratorPlacementModeMemberName"/>

Property Value

A value of the enumeration. The default is Auto.

Applies to

See also


Feedback

Was this page helpful?