IUIX_CmdPane::Item Property

From PDF XChange PDF SDK
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