IUIX_CmdLine::InsertBar Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(One intermediate revision by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdLine::InsertBar Method}} | {{#customTitle:IUIX_CmdLine::InsertBar Method}} | ||
− | {{#parentPage:PXV:IUIX_CmdLine#Methods|InsertBar | + | {{#parentPage:PXV:IUIX_CmdLine#Methods|InsertBar|method}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Inserts [[PXV:IUIX_CmdBar|command bar]] into the given command line's position. | |
== Syntax == | == Syntax == | ||
Line 14: | Line 13: | ||
== Parameters == | == Parameters == | ||
;pBar | ;pBar | ||
− | :[in] Pointer to [[PXV:IUIX_CmdBar|IUIX_CmdBar]]. | + | :[in] Pointer to [[PXV:IUIX_CmdBar|IUIX_CmdBar]] containing the command bar that needs to be inserted. |
;nIndexBefore | ;nIndexBefore | ||
− | :[in, defaultvalue(-1)] Value of LONG. | + | :[in, defaultvalue(-1)] Value of LONG containing the insert index. |
== Return Value == | == Return Value == |
Latest revision as of 00:43, 25 March 2016
Inserts command bar into the given command line's position.
Syntax
HRESULT InsertBar([in] IUIX_CmdBar* pBar, [in, defaultvalue(-1)] LONG nIndexBefore);
Parameters
- pBar
- [in] Pointer to IUIX_CmdBar containing the command bar that needs to be inserted.
- nIndexBefore
- [in, defaultvalue(-1)] Value of LONG containing the insert index.
Return Value
Returns S_OK if operation was successful or error code in other cases.