IUIX_Combo::SetItemTooltip Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IUIX_Combo::SetItemTooltip Method}}
 
{{#customTitle:IUIX_Combo::SetItemTooltip Method}}
 
{{#parentPage:PXV:IUIX_Combo#Methods|SetItemTooltip|method}}
 
{{#parentPage:PXV:IUIX_Combo#Methods|SetItemTooltip|method}}
{{ToReview}}
+
 
  
 
Sets ''tooltip'' for a required item in a [[PXV:IUIX_Combo|combo box]].
 
Sets ''tooltip'' for a required item in a [[PXV:IUIX_Combo|combo box]].
Line 18: Line 18:
  
 
== Return Value ==
 
== Return Value ==
Returns S_OK if operation was successful or error code in other cases.
+
Returns S_OK if the operation was successful, or will return an error code if it fails.  
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_Combo|IUIX_Combo]]
 
[[PXV:IUIX_Combo|IUIX_Combo]]

Revision as of 14:31, 15 June 2015


Sets tooltip for a required item in a combo box.

Syntax

HRESULT SetItemTooltip([in]  LONG  nItem,
                       [in]  BSTR  sTooltip);

Parameters

nItem
[in] number of a required item.
sTooltip
[in] tooltip text.

Return Value

Returns S_OK if the operation was successful, or will return an error code if it fails.

See Also

IUIX_Combo