RoundComboBoxIsExpanded Property
Gets or sets a value indicating whether the combo box is displaying its drop-down portion.
Namespace: BeeMobile.RoundComboBoxAssembly: BeeMobile.RoundComboBox.NET48 (in BeeMobile.RoundComboBox.NET48.dll) Version: 4.8.2.24
public bool IsExpanded { get; set; }
Public Property IsExpanded As Boolean
Get
Set
Property Value
Boolean
true if the drop-down portion is displayed; otherwise, false. The default is false.