Skip to content

Commit 6951827

Browse files
authored
Merge pull request #1923 from jbrianceau/fix-design-controls-and-patterns-menus-broken-links
Fix broken link in design/controls-and-patterns/menus.md
2 parents 8cbc9ec + a3bc2ee commit 6951827

File tree

1 file changed

+2
-2
lines changed
  • windows-apps-src/design/controls-and-patterns

1 file changed

+2
-2
lines changed

windows-apps-src/design/controls-and-patterns/menus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Menus and context menus display a list of commands or options when the user requ
2727

2828
| **Platform APIs** | **Windows UI Library APIs** |
2929
| - | - |
30-
| [MenuFlyout class](/uwp/api/windows.ui.xaml.controls.menuflyout), [MenuBar class](/uwp/api/windows.ui.xaml.controls.menubar), [ContextFlyout property](/uwp/api/windows.ui.xaml.uielement.contextflyout), [FlyoutBase.AttachedFlyout property](https://docs.microsoft.com/uwp/api/windows.ui.xaml.controls.primitives.flyoutbase.attachedflyout) | [MenuBar class](/uwp/api/microsoft.ui.xaml.controls.menubar) |
30+
| [MenuFlyout class](/uwp/api/windows.ui.xaml.controls.menuflyout), [MenuBar class](/uwp/api/windows.ui.xaml.controls.menubar), [ContextFlyout property](/uwp/api/windows.ui.xaml.uielement.contextflyout), [FlyoutBase.AttachedFlyout property](https://docs.microsoft.com/uwp/api/windows.ui.xaml.controls.primitives.flyoutbase#xaml-attached-properties) | [MenuBar class](/uwp/api/microsoft.ui.xaml.controls.menubar) |
3131

3232
## Is this the right control?
3333

@@ -85,7 +85,7 @@ If you want to add commands (such as cut, copy, and paste) to a text element, us
8585
- Have a single entry point (a File menu at the top of the screen, for example) that is always displayed.
8686
- Are usually attached to a button or a parent menu item.
8787
- Are invoked by left-clicking (or an equivalent action, such as tapping with your finger).
88-
- Are associated with an element via its [Flyout](https://docs.microsoft.com/uwp/api/windows.ui.xaml.controls.button.flyout) or [FlyoutBase.AttachedFlyout](https://docs.microsoft.com/uwp/api/windows.ui.xaml.controls.primitives.flyoutbase.attachedflyout) properties, or grouped in a menu bar at the top of the app window.
88+
- Are associated with an element via its [Flyout](https://docs.microsoft.com/uwp/api/windows.ui.xaml.controls.button.flyout) or [FlyoutBase.AttachedFlyout](https://docs.microsoft.com/uwp/api/windows.ui.xaml.controls.primitives.flyoutbase#xaml-attached-properties) properties, or grouped in a menu bar at the top of the app window.
8989

9090
### Context menus
9191

0 commit comments

Comments
 (0)