ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ComboBox Class / CaretBrush Property



In This Topic
    CaretBrush Property (C1ComboBox)
    In This Topic
    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 Brush
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As Brush
     
    instance.CaretBrush = value
     
    value = instance.CaretBrush
    public Brush CaretBrush {get; set;}
    public:
    property Brush^ CaretBrush {
       Brush^ get();
       void set (    Brush^ value);
    }
    See Also