TextEditCustomizeAutoCompleteSourceEventArgs Properties
Contains data for the CustomizeAutoCompleteSource event.
Name | Description |
---|---|
Char |
Gets the caret position in the current line. |
Custom |
Allows you to specify custom auto-complete suggestions for the current word (Editing |
Editing |
Gets the current word that the user is typing. |
Handled |
Gets or sets whether to display custom suggestions (Custom |
Line |
Gets the current line index (in a multi-line text editor). |
Line |
Gets the text displayed in the current line. |
See Also