RoundComboBoxVisible Property

Gets or sets a value indicating whether the control is displayed.

Definition

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

Property Value

Boolean

Remarks

true if the control is displayed; otherwise, false. The default is true.

See Also