SECComboBoxEx::OnInsertNewEntry
BOOLSECComboBoxEx::OnInsertNewEntry(COMBOBOXEXITEM*pItem)
This method is called from OnEnterKey. Override to add image, or to control the insertion point in the list.
Defined in: SECBoxEx.cpp
Return Value
Returns TRUE. If an override of this method returns FALSE, the item will not be added to the combo box.
Parameters
pItem
Contains information about the item to be added. It will have the following settings: mask = CBEIF_TEXT; iItem = 0; pszText = the text of the control, after preprocessing.
See Also