T3000 CrossPlatform Documentation
SnippetAutocompleteItem Class |
[This is preliminary documentation and is subject to change.]
Autocomplete item for code snippets
Inheritance Hierarchy
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
The SnippetAutocompleteItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SnippetAutocompleteItem | Initializes a new instance of the SnippetAutocompleteItem class |
Properties
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.) |
Methods
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.) |
Fields
Name | Description | |
---|---|---|
ImageIndex | (Inherited from AutocompleteItem.) | |
Tag | (Inherited from AutocompleteItem.) | |
Text | (Inherited from AutocompleteItem.) |
Remarks
Snippet can contain special char ^ for caret position.
See Also