IUIX_CmdPane::ActualSize 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_CmdPane::ActualSize Property}}
 
{{#customTitle:IUIX_CmdPane::ActualSize Property}}
{{#parentPage:PXV:IUIX_CmdPane|ActualSize Property|property}}
+
{{#parentPage:PXV:IUIX_CmdPane#Properties|ActualSize|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ActualSize''' of interface [[PXV:IUIX_CmdPane|IUIX_CmdPane]] returns  Value of LONG ...
+
Property '''ActualSize''' of interface [[PXV:IUIX_CmdPane|IUIX_CmdPane]] returns  Value of LONG containing the command pane's actual size.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ActualSize([out, retval]  LONG*  pSize);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ActualSize([out, retval]  LONG*  nSize);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_CmdPane|IUIX_CmdPane]].
+
[[PXV:IUIX_CmdPane|IUIX_CmdPane]]

Latest revision as of 03:23, 25 March 2016


Property ActualSize of interface IUIX_CmdPane returns Value of LONG containing the command pane's actual size.

Syntax

HRESULT get_ActualSize([out, retval]  LONG*  nSize);

See Also

IUIX_CmdPane