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.
Selects an item in the list box.
BOOL SelectItem(
int iIndex
);
BOOL SelectItem(
DWORD_PTR dwData
);
BOOL SelectItem(
LPCTSTR lpszText
);
Parameters
[in] iIndex
The zero-based index of an item in the list box.[in] dwData
The data associated with an item in the list box.[in] lpszText
The string of an item in the list box.
Return Value
TRUE if the method was successful; otherwise FALSE.
Requirements
Header: afxribboncombobox.h