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



In This Topic
    SelectedBackground Property (C1ComboBoxItem)
    In This Topic
    Gets or sets the System.Windows.Media.Brush used to highlight the control when it is selected.
    Syntax
    'Declaration
     
    
    Public Property SelectedBackground As Brush
    'Usage
     
    
    Dim instance As C1ComboBoxItem
    Dim value As Brush
     
    instance.SelectedBackground = value
     
    value = instance.SelectedBackground
    public Brush SelectedBackground {get; set;}
    public:
    property Brush^ SelectedBackground {
       Brush^ get();
       void set (    Brush^ value);
    }
    See Also