Table of Contents

Constructor ListBoxWithImagesItem

Namespace
Alternet.Scripter.Debugger.UI.Evaluation.CodeCompletion
Assembly
Alternet.Scripter.Debugger.UI.v9.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

text string

Text of the new instance.

index int

Image index of the new instance.

documentation Lazy<SymbolDocumentation>

SymbolDocumentation related to this new instance.