ListBox::GetTabFieldToSearch
Retrieves the index of the tabulator field in which search is performed
in each list box item whenever the user presses keyboard keys.
short GetTabFieldToSearch (void) const;
Return Value
1-based index of the tabulator field which contains the text to search.
Description
List items can be quickly searched and selected with keypresses.
Use SetTabFieldToSearch to define
the 1-based index of the tabulator field, which contains the text to search.
If the user does not set a tabulator field to search then the first
tabulator field is searched by default.