How can I customize the style of TextCommandBarFlyout context menu control (which is the default context for TextBox
, PasswordBox
, etc.)?
Or how can I get the style of TextCommandBarFlyout
which is used in Microsoft.UI.Xaml.Controls
?
CodePudding user response:
From Command bar flyout:
TextCommandBarFlyout can't be customized, and is managed automatically by each text control. However, you can replace the default TextCommandBarFlyout with custom commands.
So you can't adjust the style of TextCommandBarFlyout.