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; }
Public Overridable ReadOnly Property HasFocus As Boolean
Get
abstract HasFocus : bool with get
override HasFocus : bool with get
Property Value
Type:
Booleantrue if this instance has focus; otherwise,
false.
See Also