IUIX_List::InsertColumn Method

From PDF XChange PDF SDK
Revision as of 12:34, 24 March 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search

The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT InsertColumn([in] LONG nInsertBeforeCol, [in] LONG nWidth, [in] BSTR pTitle, [in] BSTR pTooltip, [in, optional] IUIX_Icon* pIcon, [in, optional] LONG nStyle, [in, optional] ULONG_PTR nParam);

Parameters

nInsertBeforeCol
[in] Value of LONG.
nWidth
[in] Value of LONG.
pTitle
[in] Value of BSTR.
pTooltip
[in] Value of BSTR.
pIcon
[in, optional] Pointer to IUIX_Icon.
nStyle
[in, optional] Value of LONG.
nParam
[in, optional] Value of ULONG_PTR.

Return Value

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

See Also

See also IUIX_List.