SECComboBoxEx::PreProcessNewEntry
BOOLSECComboBoxEx::PreProcessNewEntry(CString&strText)
This method is called from OnEnterKey. Override to provide any validation for new items before they are added.
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
strText
Item to add.
See Also