IUIX_CmdLine::InsertBar Method

From PDF XChange PDF SDK
Revision as of 01:43, 25 March 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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.

See Also

IUIX_CmdLine