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
textstringThe item text.
imageImageSourceThe item image.
focusRectBrushBrushThe brush is used to paint a focused rectangle border.
documentationLazy<SymbolDocumentation>The documentation related to the displayed item.