Click or drag to resize

ControlHasFocus Property

Gets a value indicating whether this instance has the keyboard input focus.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public virtual bool HasFocus { get; }

Property Value

Type: Boolean
true if this instance has focus; otherwise, false.
See Also