|
virtual |
Called by the framework when it needs to fill the IntelliSense list with data.
Called by the framework when it needs to fill the IntelliSense list with data. Override this function in a derived class to fill the IntelliSense list box with the relevant data (CBCGPIntelliSenseData) according to the current context.
The default implementation does nothing and returns FALSE.
lstIntelliSenseData | [out] When the function returns, it should contain the list of IntelliSense data objects to be displayed. |
nCurrOffset | Specifies the current caret offset in the edit control. |