ComponentOne FinancialChart for WPF
MouseOverBrush Property (C1ComboBox)



C1.WPF Namespace > C1ComboBox Class : MouseOverBrush Property
Gets or sets the System.Windows.Media.Brush used to highlight the control when it has the mouse over.
Syntax
'Declaration
 
Public Property MouseOverBrush As Brush
'Usage
 
Dim instance As C1ComboBox
Dim value As Brush
 
instance.MouseOverBrush = value
 
value = instance.MouseOverBrush
public Brush MouseOverBrush {get; set;}
public:
property Brush^ MouseOverBrush {
   Brush^ get();
   void set (    Brush^ value);
}
See Also

Reference

C1ComboBox Class
C1ComboBox Members