IUIX_CmdPane::DeleteLine Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdPane::DeleteLine Method}}
 
{{#customTitle:IUIX_CmdPane::DeleteLine Method}}
{{#parentPage:PXV:IUIX_CmdPane|method}}
+
{{#parentPage:PXV:IUIX_CmdPane#Methods|DeleteLine|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Removes [[PXV:IUIX_CmdLine|command line]] from the command pane by index.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT DeleteLine([in] LONG nIndex);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT DeleteLine([in] LONG nIndex);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndex''
+
;nIndex
:[in]  Value of LONG.
+
:[in]  Value of LONG containing the index of the command line that will be removed.
  
 
== Return Value ==
 
== Return Value ==
Line 18: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdPane|IUIX_CmdPane]].
+
[[PXV:IUIX_CmdPane|IUIX_CmdPane]]

Latest revision as of 03:01, 25 March 2016


Removes command line from the command pane by index.

Syntax

HRESULT DeleteLine([in]  LONG  nIndex);

Parameters

nIndex
[in] Value of LONG containing the index of the command line that will be removed.

Return Value

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

See Also

IUIX_CmdPane