|
virtual |
Adds a string to a list control.
Call this member function to add a string to a list control. If the iIndex parameter is -1, the string is added to the end of the list. Otherwise the string is inserted at specified by iIndex position. The dwData value can be retrieved later by GetItemData() function.
strIext | Specifies the string to be added |
dwData | Specifies a value associated with the string |
iIndex | Specifies the zero-based index of the position to insert the string. |
Implements CBCGPEditListBase.