T3000 CrossPlatform Documentation
AutocompleteMenuSelectedColor Property |
[This is preliminary documentation and is subject to change.]
Back color of selected item
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public Color SelectedColor { get; set; }
Public Property SelectedColor As Color Get Set Dim instance As AutocompleteMenu Dim value As Color value = instance.SelectedColor instance.SelectedColor = value
Property Value
Type: ColorSee Also