MultiColumnCombo for WinForms | ComponentOne
C1.Win.Input.MultiColumnCombo Namespace / ViewCellStyle Class / SearchBackColor Property

In This Topic
    SearchBackColor Property
    In This Topic
    Gets or sets the background color of the searched text in the cell.
    Syntax
    'Declaration
     
    
    Public Property SearchBackColor As Color
    public Color SearchBackColor {get; set;}
    See Also