Class CodeCompletionPopup.ListBoxWithImagesItem
- Namespace
- Alternet.Scripter.Debugger.UI.Evaluation.CodeCompletion
- Assembly
- Alternet.Scripter.Debugger.UI.v10.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
ListBoxWithImagesItemclass with specified settings.
Properties
- Documentation
Gets or sets
SymbolDocumentationrelated 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
Stringthat represents the item.