CGXComboBox::OnStoreDroppedList
virtual void OnStoreDroppedList(CListBox* pLbox);
pLbox
A pointer to the list box.
Remarks
Called when the user has selected an item and it should be copied to the edit control part of the combo box. The default version of this method stores the text of the current list box selection into the edit control. If the combo box is of type GXCOMBO_ZEROBASED or GXCOMBO_ONEBASED, this method stores the index for the selected item into the edit window.
You should also override this method if you have overridden OnFillDroppedList.