ClassCompletionInfo
Class CompletionInfo. Implements the INotifyPropertyChanged
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Completion
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
public class CompletionInfo : INotifyPropertyChanged
Inheritance: objectCompletionInfo
Implements:
Constructors
CompletionInfo(string)
Initializes a new instance of the CompletionInfo class.
CompletionInfo(string, Image)
Initializes a new instance of the CompletionInfo class.
CompletionInfo(string, string)
Initializes a new instance of the CompletionInfo class.
CompletionInfo(string, string, Image)
Initializes a new instance of the CompletionInfo class.
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
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
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
The description.
icon
The icon.
icon7
icon6
icon5
icon4
icon8
icon3
icon2
icon9
icon10
icon11
icon12
icon13
icon14
CompletionInfo(string, string, string, Image)
Initializes a new instance of the CompletionInfo class.
Properties
Description
Gets or sets the description.
Declaration
public string Description { get; set; }
Property Value
The description.
Image
Gets the icon.
InsertionText
Gets the insertion text.
Declaration
public string InsertionText { get; }
Property Value
The insertion text.
IsClosestMatch
Gets or sets a value indicating whether this instance is closest match.
Declaration
public bool IsClosestMatch { get; set; }
Property Value
true if this instance is closest match; otherwise, false.
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements