BCGSuite for MFC
virtual void CBCGPIntelliSenseLB::SelectCurrentWord ( )
virtual

Takes the current word from the parent edit control and selects it in the list box.

When the user types a word, this function takes this word from the edit control and tries to find and select the same word in the list box. If exact word or containing word is found in the list box, the item with this word is selected, otherwise the most similar item is focused.

Reimplemented from CBCGPBaseIntelliSenseLB.