BCGSuite for MFC
virtual BOOL CBCGPEditCtrl::InvokeIntelliSense ( )
virtual

Invokes the IntelliSense list box.

Returns
Nonzero if the IntelliSense list box has been successfully shown; otherwise 0.

This function invokes IntelliSense list box. It's called internally if IntelliSense support is enabled (IsIntelliSenseEnabled() returns TRUE), the next inserted character (CBCGPEditCtrl::OnChar) is present in the IntelliSense character list m_strIntelliSenseChars and OnFillIntelliSenseList() returns TRUE.

InvokeIntelliSense always uses the current caret position (m_nCurrOffset) when calculates the top-left corner of IntelliSense window.