IUIX_Combo::IsItemSeparator Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IUIX_Combo::IsItemSeparator Method}}
 
{{#customTitle:IUIX_Combo::IsItemSeparator Method}}
 
{{#parentPage:PXV:IUIX_Combo#Methods|IsItemSeparator|method}}
 
{{#parentPage:PXV:IUIX_Combo#Methods|IsItemSeparator|method}}
{{ToReview}}
+
 
  
 
Checks whether a required item is a [[PXV:UIX_ComboItemStyleFlags|separator]].
 
Checks whether a required item is a [[PXV:UIX_ComboItemStyleFlags|separator]].
Line 18: Line 18:
  
 
== Return Value ==
 
== Return Value ==
Returns S_OK if operation was successful or error code in other cases.
+
Returns S_OK if the operation was successful, or will return an error code if it fails.  
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_Combo|IUIX_Combo]]
 
[[PXV:IUIX_Combo|IUIX_Combo]]

Latest revision as of 14:17, 15 June 2015


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