AutocompleteItem.ForeColor Property

T3000 CrossPlatform

AutocompleteItemForeColor Property

[This is preliminary documentation and is subject to change.]

Fore color of text of item

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public virtual Color ForeColor { get; set; }
Public Overridable Property ForeColor As Color
	Get
	Set

Dim instance As AutocompleteItem
Dim value As Color

value = instance.ForeColor

instance.ForeColor = value

Property Value

Type: Color
See Also