IUIX_CmdMenu::DeleteItem Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdMenu::DeleteItem Method}} | {{#customTitle:IUIX_CmdMenu::DeleteItem Method}} | ||
− | {{#parentPage:PXV:IUIX_CmdMenu|DeleteItem | + | {{#parentPage:PXV:IUIX_CmdMenu#Methods|DeleteItem|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Removes item by index from the command menu. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;nIndex | ;nIndex | ||
− | :[in] Value of LONG. | + | :[in] Value of LONG containing the index of the command that should be removed. |
== Return Value == | == Return Value == | ||
Line 19: | Line 18: | ||
== See Also == | == See Also == | ||
− | [[PXV:IUIX_CmdMenu|IUIX_CmdMenu]] | + | [[PXV:IUIX_CmdMenu|IUIX_CmdMenu]] |
Latest revision as of 06:27, 31 March 2016
Removes item by index from the command menu.
Syntax
HRESULT DeleteItem([in] LONG nIndex);
Parameters
- nIndex
- [in] Value of LONG containing the index of the command that should be removed.
Return Value
Returns S_OK if operation was successful or error code in other cases.