IUIX_Combo::SetItemTooltip Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Combo::SetItemTooltip Method}} | {{#customTitle:IUIX_Combo::SetItemTooltip Method}} | ||
Line 20: | Line 21: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Combo|IUIX_Combo]]. |
Revision as of 06:13, 20 May 2015
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.