







![]() ![]() |
FastColoredTextBox |
AutocompleteItem Constructor (String, Int32, String, String, String) |
AutocompleteItem Class See Also Send Feedback |
Initializes a new instance of the AutocompleteItem class
Namespace: FastColoredTextBoxNS
Assembly: FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.9.3.0 (2.9.3.0)
Syntax
C# |
---|
public AutocompleteItem( string text, int imageIndex, string menuText, string toolTipTitle, string toolTipText ) |
Visual Basic |
---|
Public Sub New ( _ text As String, _ imageIndex As Integer, _ menuText As String, _ toolTipTitle As String, _ toolTipText As String _ ) |
Visual C++ |
---|
public: AutocompleteItem( String^ text, int imageIndex, String^ menuText, String^ toolTipTitle, String^ toolTipText ) |
Parameters
- text
- Type: System..::..String
- imageIndex
- Type: System..::..Int32
- menuText
- Type: System..::..String
- toolTipTitle
- Type: System..::..String
- toolTipText
- Type: System..::..String