AutocompleteItem.BackColor Property
From T3000 CrossPlatform
T3000 CrossPlatform Documentation
AutocompleteItemBackColor Property |
[This is preliminary documentation and is subject to change.]
Back color of item
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
public virtual Color BackColor { get; set; }
Public Overridable Property BackColor As Color Get Set Dim instance As AutocompleteItem Dim value As Color value = instance.BackColor instance.BackColor = value