T3000 CrossPlatform Documentation
SuggestItem Class |
[This is preliminary documentation and is subject to change.]
This Item does not check correspondence to current text fragment.
SuggestItem is intended for dynamic menus.
Inheritance Hierarchy
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
The SuggestItem type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SuggestItem | Initializes a new instance of the SuggestItem 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 | (Overrides AutocompleteItemCompare(String).) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetTextForReplace |
Returns text for inserting into Textbox
(Inherited from AutocompleteItem.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OnSelected |
This method is called after item inserted into text
(Inherited from AutocompleteItem.) | |
ToString |
Returns text for display into popup menu
(Inherited from AutocompleteItem.) |
Fields
Name | Description | |
---|---|---|
ImageIndex | (Inherited from AutocompleteItem.) | |
Tag | (Inherited from AutocompleteItem.) | |
Text | (Inherited from AutocompleteItem.) |
See Also