IUIX_CmdPane::Item Property

From PDF XChange PDF SDK
Revision as of 03:27, 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_CmdPane returns Pointer to IUIX_CmdLine containing the command pane's command line.

Syntax

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

Parameters

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

See Also

IUIX_CmdPane