IUIX_CmdMenu::Cmd Property

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

Latest revision as of 07:45, 1 April 2016


Property Cmd of interface IUIX_CmdMenu returns Pointer to IUIX_Cmd containing the command that corresponds to the command menu item.

Syntax

HRESULT get_Cmd([out, retval]  IUIX_Cmd**  pCmd);

See Also

IUIX_CmdMenu