Method GenerateSuggestions | Terminal.Gui v1 (original) (raw)
Namespace
Assembly
Terminal.Gui.dll
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
int
The column offset. Current (zero - default), left (negative), right (positive).