AutocompleteItem Class

T3000 CrossPlatform

AutocompleteItem Class

[This is preliminary documentation and is subject to change.]

Item of autocomplete menu
Inheritance Hierarchy

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public class AutocompleteItem
Public Class AutocompleteItem

Dim instance As AutocompleteItem

The AutocompleteItem type exposes the following members.

Constructors
  NameDescription
Public methodAutocompleteItem
Initializes a new instance of the AutocompleteItem class
Public methodAutocompleteItem(String)
Initializes a new instance of the AutocompleteItem class
Public methodAutocompleteItem(String, Int32)
Initializes a new instance of the AutocompleteItem class
Public methodAutocompleteItem(String, Int32, String)
Initializes a new instance of the AutocompleteItem class
Public methodAutocompleteItem(String, Int32, String, String, String)
Initializes a new instance of the AutocompleteItem class
Top
Properties
  NameDescription
Public propertyBackColor
Back color of item
Public propertyForeColor
Fore color of text of item
Public propertyMenuText
Menu text. This text is displayed in the drop-down menu.
Public propertyParent
Public propertyToolTipText
Tooltip text.
Public propertyToolTipTitle
Title for tooltip.
Top
Methods
  NameDescription
Public methodCompare
Compares fragment text with this item
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetTextForReplace
Returns text for inserting into Textbox
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnSelected
This method is called after item inserted into text
Public methodToString
Returns text for display into popup menu
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldImageIndex
Public fieldTag
Public fieldText
Top
See Also