IUIX_CmdItemBox::InsertItem2 Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdItemBox::InsertItem2 Method}} | {{#customTitle:IUIX_CmdItemBox::InsertItem2 Method}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:IUIX_CmdItemBox#Methods|InsertItem2|method}} |
{{ToReview}} | {{ToReview}} | ||
Line 16: | Line 16: | ||
== Parameters == | == Parameters == | ||
;nCmdID | ;nCmdID | ||
− | :[in] Value of LONG containing the command that will be inserted. | + | :[in] Value of LONG containing the command ID that will be inserted. |
;nIndexBefore | ;nIndexBefore | ||
− | :[in, defaultvalue(-1)] Value of LONG containing the command item insert index. | + | :[in, defaultvalue(-1)] Value of LONG containing the command item's insert index. |
;nNewStyle | ;nNewStyle | ||
:[in, defaultvalue(0)] Value of LONG containing the [[PXV:UIX_CmdItemStyleFlags|new command item's style]]. | :[in, defaultvalue(0)] Value of LONG containing the [[PXV:UIX_CmdItemStyleFlags|new command item's style]]. |
Latest revision as of 11:47, 9 June 2016
Inserts new command item in the command items box that is related to the given command.
Syntax
HRESULT InsertItem2([in] LONG nCmdID, [in, defaultvalue(-1)] LONG nIndexBefore, [in, defaultvalue(0)] LONG nNewStyle, [in, defaultvalue(0)] LONG nNewStyleMask, [out, retval, defaultvalue(NULL)] IUIX_CmdItem** pItem);
Parameters
- nCmdID
- [in] Value of LONG containing the command ID that will be inserted.
- nIndexBefore
- [in, defaultvalue(-1)] Value of LONG containing the command item's insert index.
- nNewStyle
- [in, defaultvalue(0)] Value of LONG containing the new command item's style.
- nNewStyleMask
- [in, defaultvalue(0)] Value of LONG containing the style mask.
- pItem
- [out, retval, defaultvalue(NULL)] Pointer to IUIX_CmdItem containing the newly inserted command item.
Return Value
Returns S_OK if operation was successful or error code in other cases.