CursorBorderBrush Property (C1ComboBox)
In This Topic
Gets or sets the
System.Windows.Media.Brush used to highlight the item when it has focus.
Syntax
'Declaration
Public Property CursorBorderBrush As Brush
public Brush CursorBorderBrush {get; set;}
See Also