Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 850 Bytes

appwindowtitlebar.md

File metadata and controls

25 lines (16 loc) · 850 Bytes
-api-id -api-type
T:Microsoft.UI.Windowing.AppWindowTitleBar
winrt class

Microsoft.UI.Windowing.AppWindowTitleBar

-description

Represents the title bar of an app window.

-remarks

Important

Title bar customization APIs are partially supported on Windows 10 since Windows App SDK 1.2 and fully supported on Windows 11. You should check AppWindowTitleBar.IsCustomizationSupported in your code before you call these APIs to ensure your app doesn't crash on other versions of Windows. See Title bar customization for more info.

-see-also

Title bar customization

-examples