Class
CompletionInfo

Class CompletionInfo. Implements the INotifyPropertyChanged

Definition

Namespace:Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Completion

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

cs-api-definition
public class CompletionInfo : INotifyPropertyChanged

Inheritance: objectCompletionInfo

Implements: INotifyPropertyChanged

Constructors

CompletionInfo(string)

Initializes a new instance of the CompletionInfo class.

Declaration

cs-api-definition
public CompletionInfo(string text)

Parameters

text

string

The text.

CompletionInfo(string, Image)

Initializes a new instance of the CompletionInfo class.

Declaration

cs-api-definition
public CompletionInfo(string text, Image icon)

Parameters

text

string

The text.

icon

Image

The icon.

CompletionInfo(string, string)

Initializes a new instance of the CompletionInfo class.

Declaration

cs-api-definition
public CompletionInfo(string text, string description)

Parameters

text

string

The text.

description

string

The description.

CompletionInfo(string, string, Image)

Initializes a new instance of the CompletionInfo class.

Declaration

cs-api-definition
public CompletionInfo(string text, string description, Image icon)

Parameters

text

string

The text.

description

string

The description.

icon

Image

The icon.

CompletionInfo(string, string, Image, Image, Image, Image, Image, Image, Image, Image, Image, Image, Image, Image, Image, Image)

Initializes a new instance of the CompletionInfo class. Initializes a new instance of the CompletionInfo class. Initializes a new instance of the CompletionInfo class. Initializes a new instance of the CompletionInfo class. Initializes a new instance of the CompletionInfo class. Initializes a new instance of the CompletionInfo class. Initializes a new instance of the CompletionInfo class. Initializes a new instance of the CompletionInfo class. Initializes a new instance of the CompletionInfo class. Initializes a new instance of the CompletionInfo class.

Declaration

cs-api-definition
public CompletionInfo(string text, string description, Image icon, Image icon7, Image icon6, Image icon5, Image icon4, Image icon8, Image icon3, Image icon2, Image icon9, Image icon10, Image icon11, Image icon12, Image icon13, Image icon14)

Parameters

text

string

The text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text.

description

string

The description.

icon

Image

The icon.

icon7

Image

icon6

Image

icon5

Image

icon4

Image

icon8

Image

icon3

Image

icon2

Image

icon9

Image

icon10

Image

icon11

Image

icon12

Image

icon13

Image

icon14

Image

CompletionInfo(string, string, string, Image)

Initializes a new instance of the CompletionInfo class.

Declaration

cs-api-definition
public CompletionInfo(string text, string description, string insertionText, Image icon)

Parameters

text

string

The text.

description

string

The description.

insertionText

string

The insertion text.

icon

Image

The icon.

Properties

Description

Gets or sets the description.

Declaration

cs-api-definition
public string Description { get; set; }

Property Value

string

The description.

Image

Gets the icon.

Declaration

cs-api-definition
public Image Image { get; }

Property Value

Image

The icon.

InsertionText

Gets the insertion text.

Declaration

cs-api-definition
public string InsertionText { get; }

Property Value

string

The insertion text.

IsClosestMatch

Gets or sets a value indicating whether this instance is closest match.

Declaration

cs-api-definition
public bool IsClosestMatch { get; set; }

Property Value

bool

true if this instance is closest match; otherwise, false.

Text

Gets the text.

Declaration

cs-api-definition
public string Text { get; }

Property Value

string

The text.

Events

PropertyChanged

Occurs when a property value changes.

Declaration

cs-api-definition
public event PropertyChangedEventHandler PropertyChanged

Event Value

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged