ListBox::SetTabItemText
void SetTabItemText (
short listItem,
short tabIndex,
const char * text
);
Parameters
- listItem
1-based index of the list box item, use TopItem or BottomItem of Item type to specify the first or last item of the list box control. - tabIndex
1-based index of the tabulator field. - text
The new text of the tabulator field.