IUIX_Combo::InsertSeparator Method

From PDF XChange PDF SDK
Revision as of 14:14, 15 June 2015 by Johnv (Talk | contribs)

Jump to: navigation, search


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 that 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 the operation was successful, or will return an error code if it fails.

See Also

IUIX_Combo