CLinkCtrl::SetItemID
Retrieves the ID of a link control item.
BOOL SetItemID(
int iLink,
LPCWSTR szID
);
Параметры
iLink
The index of a link control item.szID
A null-terminated string containing the ID of the specified item.
Возвращаемое значение
Returns TRUE on success, FALSE on failure.
Заметки
Sets the ID of a specific link control item. For more information, see the Win32 message LM_SETITEM in the Windows SDK.
Требования
Header: afxcmn.h