ComponentOne Basic Library for WPF and Silverlight
ButtonForeground Property (C1ComboBox)


C1.Silverlight Namespace > C1ComboBox Class : ButtonForeground Property
Gets or sets the System.Windows.Media.Brush that will be assigned to the Foreground of the buttons inside the control.
Syntax
'Declaration
 
Public Property ButtonForeground As System.Windows.Media.Brush
'Usage
 
Dim instance As C1ComboBox
Dim value As System.Windows.Media.Brush
 
instance.ButtonForeground = value
 
value = instance.ButtonForeground
public System.Windows.Media.Brush ButtonForeground {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members