Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 568 Bytes

combobox_isdropdownopen.md

File metadata and controls

28 lines (19 loc) · 568 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Controls.ComboBox.IsDropDownOpen
winrt property

Microsoft.UI.Xaml.Controls.ComboBox.IsDropDownOpen

-description

Gets or sets a value that indicates whether the drop-down portion of the ComboBox is currently open.

-xaml-syntax

<ComboBox IsDropDownOpen="bool"/>

-property-value

True if the drop-down portion is open; otherwise, false. The default is false.

-remarks

-examples

-see-also