IUIX_CmdLine::ActualSize Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_CmdLine::ActualSize Property}} | {{#customTitle:IUIX_CmdLine::ActualSize Property}} | ||
− | {{#parentPage:PXV:IUIX_CmdLine#Properties|ActualSize | + | {{#parentPage:PXV:IUIX_CmdLine#Properties|ActualSize|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | Property '''ActualSize''' of interface [[PXV:IUIX_CmdLine|IUIX_CmdLine]] returns Value of LONG | + | Property '''ActualSize''' of interface [[PXV:IUIX_CmdLine|IUIX_CmdLine]] returns Value of LONG containing the command line's size (width when vertical and height when horizontal). |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_ActualSize([out, retval] LONG* | + | <pre class="brush:cpp;gutter:false">HRESULT get_ActualSize([out, retval] LONG* nSize); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IUIX_CmdLine|IUIX_CmdLine]] | [[PXV:IUIX_CmdLine|IUIX_CmdLine]] |
Latest revision as of 01:00, 25 March 2016
Property ActualSize of interface IUIX_CmdLine returns Value of LONG containing the command line's size (width when vertical and height when horizontal).
Syntax
HRESULT get_ActualSize([out, retval] LONG* nSize);