Method GetCurrentWord
GetCurrentWord(int)
Returns the currently selected word from the HostControl.
When overriding this method views can make use of IdxToWord(List<Rune>, int, int)
protected abstract string GetCurrentWord(int columnOffset = 0)
Parameters
columnOffset
intThe column offset.