Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 1.08 KB

automationproperties_setisdialog_202339204.md

File metadata and controls

37 lines (21 loc) · 1.08 KB
-api-id -api-type ms.custom
M:Windows.UI.Xaml.Automation.AutomationProperties.SetIsDialog(Windows.UI.Xaml.DependencyObject,System.Boolean)
winrt method
RS5

Windows.UI.Xaml.Automation.AutomationProperties.SetIsDialog

-description

Sets a Boolean value that indicates whether the specified element should be identified as a dialog window.

-parameters

-param element

The object to identify as a dialog window.

-param value

true if the element should be identified as a dialog window; otherwise, false.

-remarks

Flyout and ContentDialog elements default to true for AutomationProperties.IsDialog.

-see-also

AutomationProperties.IsDialog, Attached properties overview

-examples