Skybound AutoComplete

DrawItemEventArgs.ForeColor Property

Gets the foreground (text) color used to draw the item.

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

Property Value

The foreground Color used to draw the item.

Remarks

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

See Also

DrawItemEventArgs Class | Skybound.AutoComplete Namespace