BCGControlBar Pro for MFC
virtual BOOL CBCGPEdit::OnGetAutoCompleteList ( const CString &  strEditText,
CStringList &  lstAutocomplete 
)
protectedvirtual

This method is called by the framework when user types a text in "auto-complete" mode.

The default implementation sends BCGM_EDIT_ON_FILL_AUTOCOMPLETE_LIST to the control's owner.

Parameters
strEditTextThe edit box text.
lstAutocompleteThe list of items matched to the typed text.
Returns
TRUE if results list is not empty, FALSE if there is no results.