IUIX_CmdItem::Ctl 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::Ctl Property}}
 
{{#customTitle:IUIX_CmdItem::Ctl Property}}
{{#parentPage:PXV:IUIX_CmdItem|Ctl Property|property}}
+
{{#parentPage:PXV:IUIX_CmdItem#Properties|Ctl|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Ctl''' of interface [[PXV:IUIX_CmdItem|IUIX_CmdItem]] returns  Pointer to [[PXV:IUIX_Obj|IUIX_Obj]] ...
+
Property '''Ctl''' of interface [[PXV:IUIX_CmdItem|IUIX_CmdItem]] returns  Pointer to [[PXV:IUIX_Obj|IUIX_Obj]] containing item's sub-control.
  
 
== 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]]

Latest revision as of 08:32, 23 March 2016


Property Ctl of interface IUIX_CmdItem returns Pointer to IUIX_Obj containing item's sub-control.

Syntax

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

See Also

IUIX_CmdItem