New to Telerik UI for WinFormsStart a free 30-day trial

Class CompletionInfo. Implements the INotifyPropertyChanged

Definition

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

Assembly:Telerik.WinControls.SyntaxEditor.dll

Syntax:

C#
public class CompletionInfo : INotifyPropertyChanged

Inheritance: objectCompletionInfo

Implements: INotifyPropertyChanged

Constructors

Initializes a new instance of the CompletionInfo class.

C#
public CompletionInfo(string text, Image icon)
Parameters:textstring

The text.

iconImage

The icon.

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.

C#
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:textstring

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.

descriptionstring

The description.

iconImage

The icon.

icon7Imageicon6Imageicon5Imageicon4Imageicon8Imageicon3Imageicon2Imageicon9Imageicon10Imageicon11Imageicon12Imageicon13Imageicon14Image

Initializes a new instance of the CompletionInfo class.

C#
public CompletionInfo(string text, string description, Image icon)
Parameters:textstring

The text.

descriptionstring

The description.

iconImage

The icon.

Initializes a new instance of the CompletionInfo class.

C#
public CompletionInfo(string text, string description, string insertionText, Image icon)
Parameters:textstring

The text.

descriptionstring

The description.

insertionTextstring

The insertion text.

iconImage

The icon.

Initializes a new instance of the CompletionInfo class.

C#
public CompletionInfo(string text, string description)
Parameters:textstring

The text.

descriptionstring

The description.

Initializes a new instance of the CompletionInfo class.

C#
public CompletionInfo(string text)
Parameters:textstring

The text.

Properties

Gets or sets the description.

C#
public string Description { get; set; }
Property Value:

The description.

Gets the icon.

C#
public Image Image { get; }
Property Value:

The icon.

Gets the insertion text.

C#
public string InsertionText { get; }
Property Value:

The insertion text.

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

C#
public bool IsClosestMatch { get; set; }
Property Value:

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

Gets the text.

C#
public string Text { get; }
Property Value:

The text.

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged