Table of Contents

Class CodeCompletionList.ItemData

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Stores data for particular code completion item.

public class CodeCompletionList.ItemData : ValueObject<CodeCompletionList.ItemData>, INotifyPropertyChanged
Inheritance
CodeCompletionList.ItemData
Implements
Derived

Constructors

ItemData(string, int, ImageSource, bool)

Initializes a new instance of the ItemData class with specified parameters.

Properties

Image

Gets or sets an image corresponding to the item.

Index

Gets or sets item index within items collection.

ItemBorderBrush
String

Gets or set item text.

UseHtmlFormatting

Methods

EqualsCore(ItemData)
GetHashCodeCore()
ToString()

Returns string represents current ItemData.

Events

PropertyChanged

Occurs when a property value changes.