Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 566 Bytes

combobox_isdropdownopen.md

File metadata and controls

30 lines (19 loc) · 566 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Controls.ComboBox.IsDropDownOpen
winrt property

Windows.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