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


C1.Silverlight Namespace > C1ComboBox Class : SelectionForeground Property
Gets or sets the System.Windows.Media.Brush used as foreground of the selected text.
Syntax
'Declaration
 
Public Property SelectionForeground As System.Windows.Media.Brush
'Usage
 
Dim instance As C1ComboBox
Dim value As System.Windows.Media.Brush
 
instance.SelectionForeground = value
 
value = instance.SelectionForeground
public System.Windows.Media.Brush SelectionForeground {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members