SnippetAutocompleteItem Class
From T3000 CrossPlatform
T3000 CrossPlatform Documentation
SnippetAutocompleteItem Class |
[This is preliminary documentation and is subject to change.]
Autocomplete item for code snippets
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
The SnippetAutocompleteItem type exposes the following members.
| Name | Description | |
|---|---|---|
| SnippetAutocompleteItem | Initializes a new instance of the SnippetAutocompleteItem class |
| Name | Description | |
|---|---|---|
| BackColor |
Back color of item
(Inherited from AutocompleteItem.) | |
| ForeColor |
Fore color of text of item
(Inherited from AutocompleteItem.) | |
| MenuText |
Menu text. This text is displayed in the drop-down menu.
(Inherited from AutocompleteItem.) | |
| Parent | (Inherited from AutocompleteItem.) | |
| ToolTipText |
Tooltip text.
(Inherited from AutocompleteItem.) | |
| ToolTipTitle |
Title for tooltip.
(Inherited from AutocompleteItem.) |
| Name | Description | |
|---|---|---|
| Compare |
Compares fragment text with this item
(Overrides AutocompleteItemCompare(String).) | |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetTextForReplace | (Overrides AutocompleteItemGetTextForReplace.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| OnSelected | (Overrides AutocompleteItemOnSelected(AutocompleteMenu, SelectedEventArgs).) | |
| ToString | (Overrides AutocompleteItemToString.) |
| Name | Description | |
|---|---|---|
| ImageIndex | (Inherited from AutocompleteItem.) | |
| Tag | (Inherited from AutocompleteItem.) | |
| Text | (Inherited from AutocompleteItem.) |
Snippet can contain special char ^ for caret position.