ComponentOne Basic Library for WPF and Silverlight
MouseOverBrush Property (C1DropDownButton)


C1.WPF Namespace > C1DropDownButton 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 System.Windows.Media.Brush
'Usage
 
Dim instance As C1DropDownButton
Dim value As System.Windows.Media.Brush
 
instance.MouseOverBrush = value
 
value = instance.MouseOverBrush
public System.Windows.Media.Brush MouseOverBrush {get; set;}
See Also

Reference

C1DropDownButton Class
C1DropDownButton Members