IUIX_Combo::SetItemTooltip Method
From PDF XChange PDF SDK
Sets tooltip for a required item in a combo box.
Syntax
HRESULT SetItemTooltip([in] LONG nItem, [in] BSTR pTooltip);
Parameters
- nItem
- [in] number of a required item.
- pTooltip
- [in] tooltip text.
Return Value
Returns S_OK if operation was successful or error code in other cases.