IUIX_Combo::GetItemTooltip Method

From PDF XChange PDF SDK
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