IUIX_CmdItem::Box Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
 
(7 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdItem::Box Property}}
 
{{#customTitle:IUIX_CmdItem::Box Property}}
 +
{{#parentPage:PXV:IUIX_CmdItem#Properties|Box|property}}
 +
{{ToReview}}
  
Property '''Box''' of interface [[PXV:IUIX_CmdItem|IUIX_CmdItem]] returns  Pointer to [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]] ...
+
Property '''Box''' of interface [[PXV:IUIX_CmdItem|IUIX_CmdItem]] returns  Pointer to [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]] containing the command item box of the current command item.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Box([out, retval] IUIX_CmdItemBox** ppParentBox);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Box([out, retval] IUIX_CmdItemBox** pParentBox);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdItem|IUIX_CmdItem]].
+
[[PXV:IUIX_CmdItem|IUIX_CmdItem]]

Latest revision as of 08:28, 23 March 2016


Property Box of interface IUIX_CmdItem returns Pointer to IUIX_CmdItemBox containing the command item box of the current command item.

Syntax

HRESULT get_Box([out, retval]  IUIX_CmdItemBox**  pParentBox);

See Also

IUIX_CmdItem