IUIX_List::InsertColumn Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 5: Line 5:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">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);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT InsertColumn([in] LONG nInsertBeforeCol, [in] LONG nWidth, [in] BSTR pTitle, [in, optional] IUIX_Icon* pIcon, [in, optional] BSTR pTooltip, [in, optional] LONG nStyle, [in, optional] PARAM_T nParam);</pre>
  
 
== Parameters ==
 
== Parameters ==
Line 13: Line 13:
 
:[in]  Value of LONG.
 
:[in]  Value of LONG.
 
;''pTitle''
 
;''pTitle''
:[in]  Value of BSTR.
 
;''pTooltip''
 
 
:[in]  Value of BSTR.
 
:[in]  Value of BSTR.
 
;''pIcon''
 
;''pIcon''
 
:[in, optional]  Pointer to [[PXV:IUIX_Icon|IUIX_Icon]].
 
:[in, optional]  Pointer to [[PXV:IUIX_Icon|IUIX_Icon]].
 +
;''pTooltip''
 +
:[in, optional]  Value of BSTR.
 
;''nStyle''
 
;''nStyle''
 
:[in, optional]  Value of LONG.
 
:[in, optional]  Value of LONG.
 
;''nParam''
 
;''nParam''
:[in, optional]  Value of ULONG_PTR.
+
:[in, optional]  Value of PARAM_T.
  
 
== Return Value ==
 
== Return Value ==

Revision as of 23:08, 13 April 2015

The method of interface of PDF-XChange Editor SDK.

Syntax

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

Parameters

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

Return Value

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

See Also

See also IUIX_List.