diff --git a/components/TitleBar/samples/TitleBar.md b/components/TitleBar/samples/TitleBar.md index e0e703225..44179b782 100644 --- a/components/TitleBar/samples/TitleBar.md +++ b/components/TitleBar/samples/TitleBar.md @@ -14,7 +14,8 @@ icon: assets/icon.png --- > [!NOTE] -> WindowsAppSDK 1.6-experimental introduced a TitleBar control based on the work here in the Toolkit. If you're using WindowsAppSDK and plan to use 1.6 when it becomes available, find more information about the new control here: https://learn.microsoft.com/windows/apps/windows-app-sdk/experimental-channel#new-titlebar-control +> If you're using the Windows App SDK with WinUI, you can leverage the TitleBar control that [shipped in the 1.7 prerelease](https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/preview-channel#new-titlebar-control) over this one. +> The `TitleBar` provides an easy way to display a modern titlebar experience. The control handles all the required APIs to extend content into the titlebar area and set custom drag regions. The control is set up in a way that it handles the correct design guidelines while being flexible in what content to show.