Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / C1ColorPicker Class / IsFocused Property

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