IUIX_CmdBar::Item Property

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

Latest revision as of 06:37, 25 March 2016


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