IUIX_CmdMenu::Cmd Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdMenu::Cmd Property}}
 
{{#customTitle:IUIX_CmdMenu::Cmd Property}}
{{#parentPage:PXV:IUIX_CmdMenu|Cmd Property|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 ==
<pre class="brush:cpp;gutter:false">HRESULT get_Cmd([out, retval]  IUIX_Cmd**  ppCmd);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Cmd([out, retval]  IUIX_Cmd**  pCmd);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdMenu|IUIX_CmdMenu]].
+
[[PXV:IUIX_CmdMenu|IUIX_CmdMenu]]

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