ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ComboBoxItem Class / IsFocusedProperty Field



In This Topic
    IsFocusedProperty Field (C1ComboBoxItem)
    In This Topic
    Identifies the IsFocused dependency property.
    Syntax
    'Declaration
     
    
    Public Shadows Shared ReadOnly IsFocusedProperty As DependencyProperty
    'Usage
     
    
    Dim value As DependencyProperty
     
    value = C1ComboBoxItem.IsFocusedProperty
    public new static readonly DependencyProperty IsFocusedProperty
    public:
    new static readonly DependencyProperty^ IsFocusedProperty
    See Also