Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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