IUIX_CmdMenu::InsertSeparator Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdMenu::InsertSeparator Method}}
 
{{#customTitle:IUIX_CmdMenu::InsertSeparator Method}}
 +
{{#parentPage:PXV:IUIX_CmdMenu#Methods|InsertSeparator|method}}
 +
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Inserts separator style command menu item at the given index.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT InsertSeparator([in, defaultvalue(-1)] LONG nIndexBefore);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT InsertSeparator([in, defaultvalue(-1)] LONG nIndexBefore);</pre>
  
 
== Parameters ==
 
== Parameters ==
;''nIndexBefore''
+
;nIndexBefore
:[in, defaultvalue(-1)]  Value of LONG.
+
:[in, defaultvalue(-1)]  Value of LONG containing the separator insertion index.
  
 
== Return Value ==
 
== Return Value ==
Line 15: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdMenu|IUIX_CmdMenu]].
+
[[PXV:IUIX_CmdMenu|IUIX_CmdMenu]]

Latest revision as of 07:40, 1 April 2016


Inserts separator style command menu item at the given index.

Syntax

HRESULT InsertSeparator([in, defaultvalue(-1)]  LONG  nIndexBefore);

Parameters

nIndexBefore
[in, defaultvalue(-1)] Value of LONG containing the separator insertion index.

Return Value

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

See Also

IUIX_CmdMenu