Class CompletionInfo
Class CompletionInfo.
Implements the System.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt.Completion
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class CompletionInfo : INotifyPropertyChanged
Constructors
CompletionInfo(String)
Initializes a new instance of the Completion
Declaration
public CompletionInfo(string text)
Parameters
System. The text. |
CompletionInfo(String, Image)
Initializes a new instance of the Completion
Declaration
public CompletionInfo(string text, Image icon)
Parameters
System. The text. |
System. The icon. |
CompletionInfo(String, String)
Initializes a new instance of the Completion
Declaration
public CompletionInfo(string text, string description)
Parameters
System. The text. |
System. The description. |
CompletionInfo(String, String, Image)
Initializes a new instance of the Completion
Declaration
public CompletionInfo(string text, string description, Image icon)
Parameters
System. The text. |
System. The description. |
System. 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 Completion
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
System. 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. |
System. The description. |
System. The icon. |
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
System.
|
CompletionInfo(String, String, String, Image)
Initializes a new instance of the Completion
Declaration
public CompletionInfo(string text, string description, string insertionText, Image icon)
Parameters
System. The text. |
System. The description. |
System. The insertion text. |
System. The icon. |
Properties
Description
Gets or sets the description.
Declaration
public string Description { get; set; }
Property Value
System. The description. |
Image
Gets the icon.
Declaration
public Image Image { get; }
Property Value
System. The icon. |
InsertionText
Gets the insertion text.
Declaration
public string InsertionText { get; }
Property Value
System. The insertion text. |
IsClosestMatch
Gets or sets a value indicating whether this instance is closest match.
Declaration
public bool IsClosestMatch { get; set; }
Property Value
System.
|
Text
Gets the text.
Declaration
public string Text { get; }
Property Value
System. The text. |
Events
PropertyChanged
Occurs when a property value changes.
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.
|