IUIX_CmdPane::DeleteLine Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdPane::DeleteLine Method}}
 
{{#customTitle:IUIX_CmdPane::DeleteLine Method}}
{{#parentPage:PXV:IUIX_CmdPane|DeleteLine Method|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 ==
Line 13: Line 12:
 
== 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 19: Line 18:
  
 
== 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