ComponentOne DateTimeEditors for UWP
C1.UWP.DateTimeEditors Assembly / C1.Xaml.DateTimeEditors Namespace / C1TimeEditor Class / IsFocused Property

In This Topic
    IsFocused Property (C1TimeEditor)
    In This Topic
    Returns true if the control has the focus.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsFocused As System.Boolean
    public System.bool IsFocused {get;}
    See Also