Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 568 Bytes

appwindow_hide_1985563870.md

File metadata and controls

24 lines (15 loc) · 568 Bytes
-api-id -api-type
M:Microsoft.UI.Windowing.AppWindow.Hide
winrt method

Microsoft.UI.Windowing.AppWindow.Hide

-description

Hides the window from all UX representations in the system but keeps the object alive.

-remarks

Calling this method results in the IsVisible property being set to false.

-see-also

AppWindow, AppWindow.IsVisible, AppWindow.Show

-examples