Gets a value indicating whether the
Field has input focus.
'Declaration
Public ReadOnly Property Focused As Boolean
'Usage
Dim instance As Field
Dim value As Boolean
value = instance.Focused
public bool Focused {get;}
Property Value
true if the
Field contains the input focus, otherwise,
false.