IUIX_CmdMenu::Item Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IUIX_CmdMenu::Item Property}}
 
{{#customTitle:IUIX_CmdMenu::Item Property}}
 
{{#parentPage:PXV:IUIX_CmdMenu#Properties|Item|property}}
 
{{#parentPage:PXV:IUIX_CmdMenu#Properties|Item|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Item''' of interface [[PXV:IUIX_CmdMenu|IUIX_CmdMenu]] returns  Pointer to [[PXV:IUIX_CmdMenu|IUIX_CmdMenu]] ...
+
Property '''Item''' of interface [[PXV:IUIX_CmdMenu|IUIX_CmdMenu]] returns  Pointer to [[PXV:IUIX_CmdMenu|IUIX_CmdMenu]] containing the needed sub-menu item.
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 07:47, 1 April 2016


Property Item of interface IUIX_CmdMenu returns Pointer to IUIX_CmdMenu containing the needed sub-menu item.

Syntax

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

Parameters

nIndex
[in] Value of ULONG.

See Also

IUIX_CmdMenu