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