IUIX_Combo::SetItemTooltip Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Combo::SetItemTooltip Method}}
 
{{#customTitle:IUIX_Combo::SetItemTooltip Method}}
{{#parentPage:PXV:IUIX_Combo|SetItemTooltip Method|method}}
+
{{#parentPage:PXV:IUIX_Combo#Methods|SetItemTooltip Method|method}}
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 22:27, 21 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.

See Also

IUIX_Combo.