Constructor ListBoxWithImagesItem
- Namespace
- Alternet.Scripter.Debugger.UI.Evaluation.CodeCompletion
- Assembly
- Alternet.Scripter.Debugger.UI.v10.dll
ListBoxWithImagesItem(string, int, Lazy<SymbolDocumentation>)
Initializes a new instance of the ListBoxWithImagesItem class with specified settings.
public ListBoxWithImagesItem(string text, int index, Lazy<SymbolDocumentation> documentation)
Parameters
textstringText of the new instance.
indexintImage index of the new instance.
documentationLazy<SymbolDocumentation>SymbolDocumentationrelated to this new instance.