







![]() ![]() |
FastColoredTextBox |
AutocompleteItem Constructor (String, Int32, 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 ) |
Visual Basic |
---|
Public Sub New ( _ text As String, _ imageIndex As Integer, _ menuText As String _ ) |
Visual C++ |
---|
public: AutocompleteItem( String^ text, int imageIndex, String^ menuText ) |
Parameters
- text
- Type: System..::..String
- imageIndex
- Type: System..::..Int32
- menuText
- Type: System..::..String