|
pure virtual |
Adds a new item to the CBCGPEditListBase - derived object. Implementation required.
Override this member function to implement add operation to a list control. If iIndex is -1, than the new item should be added to the end of the list. Otherwise, the item should be inserted into the list.
strIext | Specifies the item's text |
dwData | Specifies the item's extra data |
iIndex | Specifies the item's index |
Implemented in CBCGPEditListBox.