IUIX_Combo::IsItemSeparator Method

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

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Checks whether a required item is a separator.

Syntax

HRESULT IsItemSeparator([in]           LONG           nItem,
                        [out, retval]  VARIANT_BOOL*  bIsSeparator);

Parameters

nItem
[in] number of a required item.
bIsSeparator
[out, retval] returns VARIANT_TRUE if an item is of separator type. Otherwise returns VARIANT_FALSE.

Return Value

Returns S_OK if the operation was successful, or will return an error code if it fails.

See Also

IUIX_Combo