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