Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 939 Bytes

flyoutbase_inputdeviceprefersprimarycommands.md

File metadata and controls

30 lines (17 loc) · 939 Bytes
-api-id -api-type ms.custom
P:Windows.UI.Xaml.Controls.Primitives.FlyoutBase.InputDevicePrefersPrimaryCommands
winrt property
RS5

Windows.UI.Xaml.Controls.Primitives.FlyoutBase.InputDevicePrefersPrimaryCommands

-description

Gets a value that indicates whether the input device used to open the flyout does not easily open the secondary commands.

-property-value

true if the input device used to open the flyout does not easily open the secondary commands; otherwise, false.

-remarks

Some input devices, such as touch or gaze, do not easily open the secondary commands menu, which requires a click in the open flyout. In these cases, you can move commands from the secondary command menu to the primary command bar to provide easier access using these inputs.

-see-also

-examples