Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Returns the index of the first item in the list box that matches a specified string.
int FindItem(
LPCTSTR lpszText
) const;
Parameters
- [in] lpszText
The string of an item in the list box.
Return Value
The zero-based index of the item; or -1 if the item is not found.
Requirements
Header: afxribboncombobox.h