ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1DropDownButton Class / IsFocused Property

In This Topic
    IsFocused Property (C1DropDownButton)
    In This Topic
    Gets whether the control is focused.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property IsFocused As Boolean
    public new bool IsFocused {get;}
    See Also