IUIX_Combo::InsertSeparator Method
From PDF XChange PDF SDK
Line 4: | Line 4: | ||
{{ToReview}} | {{ToReview}} | ||
− | Inserts item of [[PXV:UIX_ComboItemStyleFlags|''separator'']] | + | Inserts item of [[PXV:UIX_ComboItemStyleFlags|''separator type'']] into combo box list. |
== Syntax == | == Syntax == |
Revision as of 04:38, 8 May 2015
Inserts item of separator type into combo box list.
Contents
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.