|
virtual |
Invokes the IntelliSense-like listbox with the list of symbols (images).
It's called internally if symbol support is enabled.
InvokeSymList always uses the current caret position (m_nCurrOffset) when calculates the top-left corner of IntelliSense window.
You should override the second version of InvokeSymList (that takes parameters) if you need to supply a custom list box class (CBCGPSymImagesLB).
lstIntelliSenseData | The list of IntelliSense data to be displayed. If the list is empty the IntelliSense list box won't be shown. |
ptTopLeft | The top-left corner of IntelliSense window. |