Skybound AutoComplete

DrawItemEventArgs.BackColor Property

Gets the background color of the item.

[Visual Basic]
Public ReadOnly Property BackColor As Color
[C#]
public System.Drawing.Color BackColor {get;}

Property Value

The background Color of the item.

Remarks

When the item is selected, this property returns SystemColors.Highlight. Otherwise, the background color of the control is returned.

See Also

DrawItemEventArgs Class | Skybound.AutoComplete Namespace