BCGSuite for MFC
virtual BOOL CBCGPEditCtrl::OnFillSymListData ( int &  nCurrOffset,
CObList &  lstIntelliSenseData 
) const
virtual

Called by the framework when it needs to fill the IntelliSense-like symbol list with data.

Override this function in a derived class to fill the list box with the relevant data (CBCGPIntelliSenseData) according to the current context.

The default implementation does nothing and returns FALSE.

Parameters
nCurrOffsetSpecifies the current caret offset in the edit control.
lstIntelliSenseData[out] When the function returns, it should contain the list of IntelliSense data objects to be displayed.