Skip to content

Commit 67e417c

Browse files
Merge pull request #6093 from MicrosoftDocs/niels9001/code-snippet-fix
Fix for SplitMenuFlyoutItem code snippet
2 parents b8e170b + 8078755 commit 67e417c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

hub/apps/windows-app-sdk/experimental-channel.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ The new experimental SplitMenuFlyoutItem control is designed to provide a split
115115
Along with the capabilities of MenuFlyoutItem and MenuFlyoutSubItem, the control comes with two other properties : `SubMenuPresenterStyle` and `SubMenuItemStyle`, which allows the customization of the submenu, like using GridView for the submenu presenter.
116116

117117
```
118-
<Button Text="Open File Button">
118+
<Button Content="Open with">
119119
<Button.Flyout>
120120
<MenuFlyout>
121121
<SplitMenuFlyoutItem Text="Open with Notepad">
122122
<MenuFlyoutItem Text="Visual Studio" />
123123
<MenuFlyoutItem Text="VS Code" />
124-
<MenuFlyoutItem Text="Wordpad" />
124+
<MenuFlyoutItem Text="Word" />
125125
</SplitMenuFlyoutItem>
126126
</MenuFlyout>
127127
</Button.Flyout>

0 commit comments

Comments
 (0)