IUIX_Combo::GetItemTooltip Method
From PDF XChange PDF SDK
Gets tooltip of a required item in a combo box.
Contents
Syntax
HRESULT GetItemTooltip([in] LONG nItem, [out, retval] BSTR* ppTooltip);
Parameters
- nItem
- [in] number of a required item.
- ppTooltip
- [out, retval] current tooltip text of the item.
Return Value
Returns S_OK if operation was successful or error code in other cases.
See Also
See also IUIX_Combo.