IUIX_CmdMenu::DeleteAllItems Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdMenu::DeleteAllItems Method}}
 
{{#customTitle:IUIX_CmdMenu::DeleteAllItems Method}}
{{#parentPage:PXV:IUIX_CmdMenu|DeleteAllItems Method|method}}
+
{{#parentPage:PXV:IUIX_CmdMenu#Methods|DeleteAllItems|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Removes all of the sub-items from the command menu.
  
 
== Syntax ==
 
== Syntax ==
Line 14: Line 14:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdMenu|IUIX_CmdMenu]].
+
[[PXV:IUIX_CmdMenu|IUIX_CmdMenu]]

Latest revision as of 07:27, 31 March 2016


Removes all of the sub-items from the command menu.

Syntax

HRESULT DeleteAllItems();

Return Value

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

See Also

IUIX_CmdMenu