Enum CompletionMethods
The value passed in ListCompletionMethod indicating the way in which the completion occurred.
public enum CompletionMethods
  Fields
COMMAND = 5DOUBLECLICK = 2FILLUP = 1NEWLINE = 4SINGLE_CHOICE = 6- 
There was only a single choice in the list and 'choose single' mode was active as set by SCI_AUTOCSETCHOOSESINGLE.
Added in 5.3.2
 TAB = 3