Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 844 Bytes

combobox_lightdismissoverlaymode.md

File metadata and controls

28 lines (17 loc) · 844 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ComboBox.LightDismissOverlayMode
winrt property

Microsoft.UI.Xaml.Controls.ComboBox.LightDismissOverlayMode

-description

Gets or sets a value that specifies whether the area outside of a light-dismiss UI is darkened.

-property-value

A value of the enumeration that specifies whether the area outside of a light-dismiss UI is darkened. The default is Auto.

-remarks

Transient UI, such as the open drop-down of a ComboBox, closes when you click or tap outside of it. This is called light-dismiss. "Overlay" refers to the area outside of a light-dismiss UI.

By default, the "overlay" is not darkened.

-examples

-see-also