IUIX_CmdBar::FlatDeleteItem Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdBar::FlatDeleteItem Method}}
 
{{#customTitle:IUIX_CmdBar::FlatDeleteItem Method}}
{{#parentPage:PXV:IUIX_CmdBar|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 ==
<pre class="brush:cpp;gutter:false">HRESULT FlatDeleteItem([in] LONG nFlatIndex);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT FlatDeleteItem([in] LONG nFlatIndex);</pre>
  
 
== 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 ==
Line 18: Line 18:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdBar|IUIX_CmdBar]].
+
[[PXV:IUIX_CmdBar|IUIX_CmdBar]]

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