IUIX_CmdItem::Cmd Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdItem::Cmd Property}}
 
{{#customTitle:IUIX_CmdItem::Cmd Property}}
{{#parentPage:PXV:IUIX_CmdItem|Cmd Property|property}}
+
{{#parentPage:PXV:IUIX_CmdItem#Properties|Cmd|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Cmd''' of interface [[PXV:IUIX_CmdItem|IUIX_CmdItem]] returns  Pointer to [[PXV:IUIX_Cmd|IUIX_Cmd]] ...
+
Property '''Cmd''' of interface [[PXV:IUIX_CmdItem|IUIX_CmdItem]] returns  Pointer to [[PXV:IUIX_Cmd|IUIX_Cmd]] containing the command of the command 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 ==
[[PXV:IUIX_CmdItem|IUIX_CmdItem]].
+
[[PXV:IUIX_CmdItem|IUIX_CmdItem]]

Latest revision as of 08:29, 23 March 2016


Property Cmd of interface IUIX_CmdItem returns Pointer to IUIX_Cmd containing the command of the command item.

Syntax

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

See Also

IUIX_CmdItem