ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ComboBoxItem Class / IsFocused Property



In This Topic
    IsFocused Property (C1ComboBoxItem)
    In This Topic
    Returns true if the control has the focus.
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property IsFocused As Boolean
    'Usage
     
    
    Dim instance As C1ComboBoxItem
    Dim value As Boolean
     
    value = instance.IsFocused
    public new bool IsFocused {get;}
    public:
    new property bool IsFocused {
       bool get();
    }
    See Also