AutocompleteItem Members
| FastColoredTextBox |
| AutocompleteItem Members |
| AutocompleteItem Class Constructors Methods Fields Properties See Also Send Feedback |
The AutocompleteItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| AutocompleteItem()()()() | Initializes a new instance of the AutocompleteItem class | |
| AutocompleteItem(String) | Initializes a new instance of the AutocompleteItem class | |
| AutocompleteItem(String, Int32) | Initializes a new instance of the AutocompleteItem class | |
| AutocompleteItem(String, Int32, String) | Initializes a new instance of the AutocompleteItem class | |
| AutocompleteItem(String, Int32, String, String, String) | Initializes a new instance of the AutocompleteItem class |
Methods
| Name | Description | |
|---|---|---|
| Compare |
Compares fragment text with this item
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetTextForReplace |
Returns text for inserting into Textbox
| |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| OnSelected |
This method is called after item inserted into text
| |
| ToString |
Returns text for display into popup menu
(Overrides Object..::..ToString()()()().) |
Fields
| Name | Description | |
|---|---|---|
| ImageIndex | ||
| Tag | ||
| Text |
Properties
| Name | Description | |
|---|---|---|
| MenuText |
Menu text. This text is displayed in the drop-down menu.
| |
| Parent | ||
| ToolTipText |
Tooltip text.
| |
| ToolTipTitle |
Title for tooltip.
|