IUIX_CmdManager::Cmds 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_CmdManager::Cmds Property}}
 
{{#customTitle:IUIX_CmdManager::Cmds Property}}
{{#parentPage:PXV:IUIX_CmdManager|Cmds Property|property}}
+
{{#parentPage:PXV:IUIX_CmdManager#Properties|Cmds|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Cmds''' of interface [[PXV:IUIX_CmdManager|IUIX_CmdManager]] returns  Pointer to [[PXV:IUIX_CmdCollection|IUIX_CmdCollection]] ...
+
Property '''Cmds''' of interface [[PXV:IUIX_CmdManager|IUIX_CmdManager]] returns  Pointer to [[PXV:IUIX_CmdCollection|IUIX_CmdCollection]] containing the command collection.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Cmds([out, retval]  IUIX_CmdCollection**  ppCmds);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Cmds([out, retval]  IUIX_CmdCollection**  pCmds);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_CmdManager|IUIX_CmdManager]].
+
[[PXV:IUIX_CmdManager|IUIX_CmdManager]]

Latest revision as of 07:16, 4 April 2016


Property Cmds of interface IUIX_CmdManager returns Pointer to IUIX_CmdCollection containing the command collection.

Syntax

HRESULT get_Cmds([out, retval]  IUIX_CmdCollection**  pCmds);

See Also

IUIX_CmdManager