IUIX_CmdBar::Item Property

From PDF XChange PDF SDK
Revision as of 06:37, 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_CmdBar returns Pointer to IUIX_CmdItemBox containing the command bar's command items box.

Syntax

HRESULT get_Item([in]           ULONG              nIndex,
                 [out, retval]  IUIX_CmdItemBox**  pBox);

Parameters

nIndex
[in] Value of ULONG containing the index of the command items box in the command bar.

See Also

IUIX_CmdBar