BCGControlBar Pro for MFC
virtual BOOL CBCGPEditCtrl::OnFillIntelliSenseList ( int &  nCurrOffset,
CObList &  lstIntelliSenseData 
) const
virtual

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

Returns
Should return TRUE if there is a data to display; should return FALSE if IntelliSense list box should not be displayed.

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.

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