SECComboBoxEx::OnEnterKey

voidSECComboBoxEx::OnEnterKey(void)

Called when the enter key is pressed. This method calls PreProcessNewEntry and OnInsertNewEntry before the new item is added to the combo box, which can be overridden to preform validations and restrictions.

Defined in: SECBoxEx.cpp

Return Value

void

See Also

SECComboBoxEx  PreProcessNewEntry  OnInsertNewEntry