IUIX_CmdBar::FlatDeleteItem Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IUIX_CmdBar::FlatDeleteItem Method}}
 
{{#customTitle:IUIX_CmdBar::FlatDeleteItem Method}}
 
{{#parentPage:PXV:IUIX_CmdBar#Methods|FlatDeleteItem|method}}
 
{{#parentPage:PXV:IUIX_CmdBar#Methods|FlatDeleteItem|method}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Removes command item from the command bar's command item box by the [[PXV:IUIX_CmdItem_FlatIndex|FlatIndex]].
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 12:
 
== Parameters ==
 
== Parameters ==
 
;nFlatIndex
 
;nFlatIndex
:[in]  Value of LONG.
+
:[in]  Value of LONG containing the [[PXV:IUIX_CmdItem_FlatIndex|FlatIndex]] of the command item that should be removed.
  
 
== Return Value ==
 
== Return Value ==

Latest revision as of 03:44, 25 March 2016


Removes command item from the command bar's command item box by the FlatIndex.

Syntax

HRESULT FlatDeleteItem([in]  LONG  nFlatIndex);

Parameters

nFlatIndex
[in] Value of LONG containing the FlatIndex of the command item that should be removed.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IUIX_CmdBar