Class CodeCompletionPopup.ListBoxWithImagesItem
- Namespace
- Alternet.Scripter.Debugger.UI.Evaluation.CodeCompletion
- Assembly
- Alternet.Scripter.Debugger.UI.v9.dll
Represents a ListBox item with text and image.
public class CodeCompletionPopup.ListBoxWithImagesItem
- Inheritance
-
CodeCompletionPopup.ListBoxWithImagesItem
Constructors
- ListBoxWithImagesItem(string, int, Lazy<SymbolDocumentation>)
Initializes a new instance of the
ListBoxWithImagesItem
class with specified settings.
Properties
- Documentation
Gets or sets
SymbolDocumentation
related to this item.
- ImageIndex
Gets or sets the index value of the image displayed on this item.
- Text
Gets or sets item text.
Methods
- ToString()
Returns a
String
that represents the item.