IUIX_Combo::GetItemTooltip Method

From PDF XChange PDF SDK
Revision as of 14:11, 15 June 2015 by Johnv (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Gets tooltip of a required item in a combo box.

Syntax

HRESULT GetItemTooltip([in]           LONG   nItem,
                       [out, retval]  BSTR*  sTooltip);

Parameters

nItem
[in] number of a required item.
sTooltip
[out, retval] current tooltip text of the item.

Return Value

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

See Also

IUIX_Combo