IUIX_Combo::GetItemTooltip Method

From PDF XChange PDF SDK
Jump to: navigation, search
Line 4: Line 4:
 
{{ToReview}}
 
{{ToReview}}
  
Gets ''tooltip'' of a required item in a combo box.
+
Gets ''tooltip'' of a required item in a [[PXV:IUIX_Combo|combo box]].
  
 
== Syntax ==
 
== Syntax ==

Revision as of 05:02, 12 May 2015


Gets tooltip of a required item in a combo box.

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.