Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Returns the data associated with an item at a specific index in the list box.
DWORD_PTR GetItemData(
int iIndex=-1
) const;
Parameters
- [in] iIndex
The zero-based index of an item in the list box.
Return Value
The data associated with the item; or 0 if the item does not exist.
Remarks
An index parameter of -1 returns the data associated with the currently selected item.
Requirements
Header: afxtoolbarcomboboxbutton.h