MouseOverBorderBrush Property (C1MultiSelect)
In This Topic
Gets or sets the
System.Windows.Media.Brush used to highlight the border of the control when it has the mouse over.
Syntax
'Declaration
Public Property MouseOverBorderBrush As Brush
public Brush MouseOverBorderBrush {get; set;}
See Also