Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 707 Bytes

visualtreehelper_getopenpopupsforxamlroot_1049070494.md

File metadata and controls

30 lines (18 loc) · 707 Bytes
-api-id -api-type
M:Microsoft.UI.Xaml.Media.VisualTreeHelper.GetOpenPopupsForXamlRoot(Microsoft.UI.Xaml.XamlRoot)
winrt method

Microsoft.UI.Xaml.Media.VisualTreeHelper.GetOpenPopupsForXamlRoot

-description

Retrieves a collection of all open popup controls from the target XamlRoot.

-parameters

-param xamlRoot

The current XamlRoot instance to retrieve the popups from.

-returns

The list of all open popups. If no popups are open, the list is empty.

-remarks

-see-also

-examples