AutocompleteMenu.ImageList Property

T3000 CrossPlatform

AutocompleteMenuImageList Property

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

Image list of menu

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

Dim instance As AutocompleteMenu
Dim value As ImageList

value = instance.ImageList

instance.ImageList = value

Property Value

Type: ImageList
See Also