IUIX_CmdLine::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IUIX_CmdLine::Item Property}}
 
{{#customTitle:IUIX_CmdLine::Item Property}}
 
{{#parentPage:PXV:IUIX_CmdLine#Properties|Item|property}}
 
{{#parentPage:PXV:IUIX_CmdLine#Properties|Item|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Item''' of interface [[PXV:IUIX_CmdLine|IUIX_CmdLine]] returns  Pointer to [[PXV:IUIX_CmdBar|IUIX_CmdBar]] ...
+
Property '''Item''' of interface [[PXV:IUIX_CmdLine|IUIX_CmdLine]] returns  Pointer to [[PXV:IUIX_CmdBar|IUIX_CmdBar]] containing the command bar by the given index.
  
 
== Syntax ==
 
== Syntax ==
Line 15: Line 14:
 
== Parameters ==
 
== Parameters ==
 
;nIndex
 
;nIndex
:[in]  Value of ULONG.
+
:[in]  Value of ULONG index of the command bar inside of the command line.
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_CmdLine|IUIX_CmdLine]]
 
[[PXV:IUIX_CmdLine|IUIX_CmdLine]]

Latest revision as of 02:41, 25 March 2016


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