BOOL CBCGPToolbarComboBoxButton::DeleteItem | ( | LPCTSTR | lpszText | ) |
Deletes an item for the combo box.
Call this function to delete an item from the combo box.
lpszText | Specifies the text of item to be deleted. If there is a couple of items with the same text, the first of them is deleted. |