Method GenerateSuggestions
GenerateSuggestions(int)
Populates Suggestions with all strings in AllSuggestions that match with the current cursor position/text in the HostControl.
void GenerateSuggestions(int columnOffset = 0)
Parameters
columnOffset
intThe column offset. Current (zero - default), left (negative), right (positive).