IUIX_Combo::InsertSeparator Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IUIX_Combo::InsertSeparator Method}}
 
{{#customTitle:IUIX_Combo::InsertSeparator Method}}
 
{{#parentPage:PXV:IUIX_Combo|InsertSeparator Method|method}}
 
{{#parentPage:PXV:IUIX_Combo|InsertSeparator Method|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Inserts item of [[PXV:UIX_ComboItemStyleFlags|''separator'']] ''type'' into combo box list.
  
 
== Syntax ==
 
== Syntax ==
Line 12: Line 11:
 
== Parameters ==
 
== Parameters ==
 
;nInsertBefore
 
;nInsertBefore
:[in, defaultvalue(-1)] Value of LONG.
+
:[in, defaultvalue(-1)] specifies a position in a list before which a separator should be inserted. -1 specifies the separator item to be inserted at the end of combo box list.
  
 
== Return Value ==
 
== Return Value ==
Line 18: Line 17:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Combo|IUIX_Combo]].
+
See also [[PXV:IUIX_Combo|IUIX_Combo]], [[PXV:UIX_ComboItemStyleFlags|UIX_ComboItemStyleFlags]].

Revision as of 05:37, 8 May 2015


Inserts item of separator type into combo box list.

Syntax

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

Parameters

nInsertBefore
[in, defaultvalue(-1)] specifies a position in a list before which a separator should be inserted. -1 specifies the separator item to be inserted at the end of combo box list.

Return Value

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

See Also

See also IUIX_Combo, UIX_ComboItemStyleFlags.