IUIX_Combo::GetItemTooltip Method

From PDF XChange PDF SDK
Revision as of 04:17, 15 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

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 operation was successful or error code in other cases.

See Also

IUIX_Combo