Class CodeCompletionPopup.ListBoxWithImagesItem
- Namespace
- Alternet.Scripter.Debugger.UI.Wpf.Evaluation.CodeCompletion
- Assembly
- Alternet.Scripter.Debugger.UI.Wpf.v10.dll
Represents a selectable item with an image in a ListBox control.
public class CodeCompletionPopup.ListBoxWithImagesItem : INotifyPropertyChanged
- Inheritance
-
CodeCompletionPopup.ListBoxWithImagesItem
- Implements
Constructors
- ListBoxWithImagesItem(string, ImageSource, Brush, Lazy<SymbolDocumentation>)
Initializes a new instance of the
ListBoxWithImagesItem
class with specified settings.
Properties
- Documentation
Gets or sets a documentation related to the displayed item.
- FocusRectBrush
Gets or sets a brush is used to paint a focused rectangle border.
- Image
Gets or sets an item image.
- Text
Gets or sets an item text.
Methods
- ToString()
Returns a string that represents the current object.
Events
- PropertyChanged
Occurs when a property value changes.