RoundComboBoxIsExpanded Property

Gets or sets a value indicating whether the combo box is displaying its drop-down portion.

Definition

Namespace: BeeMobile.RoundComboBox
Assembly: BeeMobile.RoundComboBox.NET48 (in BeeMobile.RoundComboBox.NET48.dll) Version: 4.8.2.24
C#
public bool IsExpanded { get; set; }

Property Value

Boolean

Remarks

true if the drop-down portion is displayed; otherwise, false. The default is false.

See Also