ComponentOne FinancialChart for WPF
PressedBrush Property (C1ComboBox)



C1.WPF Namespace > C1ComboBox Class : PressedBrush Property
Gets or sets the System.Windows.Media.Brush used to paint a button when it is pressed.
Syntax
'Declaration
 
Public Property PressedBrush As Brush
'Usage
 
Dim instance As C1ComboBox
Dim value As Brush
 
instance.PressedBrush = value
 
value = instance.PressedBrush
public Brush PressedBrush {get; set;}
public:
property Brush^ PressedBrush {
   Brush^ get();
   void set (    Brush^ value);
}
See Also

Reference

C1ComboBox Class
C1ComboBox Members