Table of Contents

Constructor ListBoxWithImagesItem

Namespace
Alternet.Scripter.Debugger.UI.Wpf.Evaluation.CodeCompletion
Assembly
Alternet.Scripter.Debugger.UI.Wpf.v10.dll

ListBoxWithImagesItem(string, ImageSource, Brush, Lazy<SymbolDocumentation>)

Initializes a new instance of the ListBoxWithImagesItem class with specified settings.

public ListBoxWithImagesItem(string text, ImageSource image, Brush focusRectBrush, Lazy<SymbolDocumentation> documentation)

Parameters

text string

The item text.

image ImageSource

The item image.

focusRectBrush Brush

The brush is used to paint a focused rectangle border.

documentation Lazy<SymbolDocumentation>

The documentation related to the displayed item.