IUIX_CmdLine::Item Property

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

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


Property Item of interface IUIX_CmdLine returns Pointer to IUIX_CmdBar containing the command bar by the given index.

Syntax

HRESULT get_Item([in]           ULONG          nIndex,
                 [out, retval]  IUIX_CmdBar**  pItem);

Parameters

nIndex
[in] Value of ULONG index of the command bar inside of the command line.

See Also

IUIX_CmdLine