ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1DropDownButton Class / IsFocused Property

In This Topic
    IsFocused Property (C1DropDownButton)
    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