AutocompleteMenu.HoveredColor Property

T3000 CrossPlatform

AutocompleteMenuHoveredColor Property

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

Border color of hovered item

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

Dim instance As AutocompleteMenu
Dim value As Color

value = instance.HoveredColor

instance.HoveredColor = value

Property Value

Type: Color
See Also