IUIX_CmdItemBox::Rect Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(3 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdItemBox::Rect Property}} | {{#customTitle:IUIX_CmdItemBox::Rect Property}} | ||
− | {{#parentPage:PXV:IUIX_CmdItemBox#Properties|Rect | + | {{#parentPage:PXV:IUIX_CmdItemBox#Properties|Rect|property}} |
− | + | ||
{{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* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Rect([out, retval] RECT* stRect); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]] | + | [[PXV:IUIX_CmdItemBox|IUIX_CmdItemBox]] |
Latest revision as of 07: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);