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