CompletionInfo
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
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. Initializes a new instance of the CompletionInfo class.
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)
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.
descriptionstringThe description.
iconImageThe icon.
icon7Imageicon6Imageicon5Imageicon4Imageicon8Imageicon3Imageicon2Imageicon9Imageicon10Imageicon11Imageicon12Imageicon13Imageicon14ImageInitializes 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.
Properties
Gets or sets the description.
public string Description { get; set; }
The description.
Gets the insertion text.
public string InsertionText { get; }
The insertion text.
Gets or sets a value indicating whether this instance is closest match.
public bool IsClosestMatch { get; set; }
true if this instance is closest match; otherwise, false.
Events
Occurs when a property value changes.
public event PropertyChangedEventHandler PropertyChanged
Implements: