ComponentOne DateTimeEditors for WPF
C1.WPF.DateTimeEditors Namespace / C1DatePicker Class / IsFocused Property

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