RoundComboBoxFocused Property

Gets a value indicating whether the control has input focus.

Definition

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

Return Value

Boolean
true if the control has focus; otherwise, false.

See Also