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
stringThe item text.
image
ImageSourceThe item image.
focusRectBrush
BrushThe brush is used to paint a focused rectangle border.
documentation
Lazy<SymbolDocumentation>The documentation related to the displayed item.