IUIX_CmdBar::FlatItemIsSeparator Method
From PDF XChange PDF SDK
Checks whether the given command item is separator by the FlatIndex.
Syntax
HRESULT FlatItemIsSeparator([in] LONG nFlatIndex, [out, retval] VARIANT_BOOL* bIsSeparator);
Parameters
- nFlatIndex
- [in] Value of LONG containing the FlatIndex of the command bar's command item.
- bIsSeparator
- [out, retval] Pointer to VARIANT_BOOL that indicates whether the needed command item is separator.
Return Value
Returns S_OK if operation was successful or error code in other cases.