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


C1.Silverlight Namespace > C1ComboBox Class : CaretBrush Property
Gets or sets the System.Windows.Media.Brush of the blinking cursor of an input control. When .NET Framework is v3.5, 'CaretBrush' takes no effect.
Syntax
'Declaration
 
Public Property CaretBrush As System.Windows.Media.Brush
'Usage
 
Dim instance As C1ComboBox
Dim value As System.Windows.Media.Brush
 
instance.CaretBrush = value
 
value = instance.CaretBrush
public System.Windows.Media.Brush CaretBrush {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members