IUIX_CmdLine::InsertBar Method
From PDF XChange PDF SDK
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.