IPXV_PagesView::ShowInfoTip Method

From PDF XChange PDF SDK
Revision as of 06:42, 20 March 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

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

The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT ShowInfoTip([in] BSTR pText, [in, optional] IUIX_Icon* pIcon, [in, optional] ULONG nFillColor, [in, optional] ULONG nBorderColor, [in, optional] ULONG nTextColor, [in, optional] ULONG nFlags);

Parameters

pText
[in] Value of BSTR.
pIcon
[in, optional] Pointer to IUIX_Icon.
nFillColor
[in, optional] Value of ULONG.
nBorderColor
[in, optional] Value of ULONG.
nTextColor
[in, optional] Value of ULONG.
nFlags
[in, optional] Value of ULONG.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

See also IPXV_PagesView.