IUIX_CmdItem::Ctl Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 9: Line 9:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Ctl([out, retval]  IUIX_Obj**  ppCtl);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Ctl([out, retval]  IUIX_Obj**  pCtl);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_CmdItem|IUIX_CmdItem]]
 
[[PXV:IUIX_CmdItem|IUIX_CmdItem]]

Revision as of 04:14, 15 June 2015


Property Ctl of interface IUIX_CmdItem returns Pointer to IUIX_Obj ...

Syntax

HRESULT get_Ctl([out, retval]  IUIX_Obj**  pCtl);

See Also

IUIX_CmdItem