IUIX_CmdItemBox::Rect Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdItemBox::Rect Property}}
 
{{#customTitle:IUIX_CmdItemBox::Rect Property}}
{{#parentPage:PXV:IUIX_CmdItemBox|Rect Property|property}}
+
{{#parentPage:PXV:IUIX_CmdItemBox#Properties|Rect|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Rect''' of interface [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]] returns  Value of RECT ...
+
Property '''Rect''' of interface [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]] returns  Value of RECT containing the rectangle that is relative to the [[PXV:IUIX_CmdBar|command bar's]] client rectangle.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Rect([out, retval]  RECT*  pRect);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Rect([out, retval]  RECT*  stRect);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]].
+
[[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]]

Latest revision as of 08:08, 24 March 2016


Property Rect of interface IUIX_CmdItemBox returns Value of RECT containing the rectangle that is relative to the command bar's client rectangle.

Syntax

HRESULT get_Rect([out, retval]  RECT*  stRect);

See Also

IUIX_CmdItemBox