IPXV_ViewPanesCollection::Layout Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Layout''' of interface [[PXV:IPXV_ViewPanesCollection|IPXV_ViewPanesCollection]] returns  Pointer to [[PXV:IUIX_Layout|IUIX_Layout]] ...
+
Property '''pLayout''' of interface [[PXV:IPXV_ViewPanesCollection|IPXV_ViewPanesCollection]] returns  Pointer to [[PXV:IUIX_Layout|IUIX_Layout]] ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Layout([out, retval]  IUIX_Layout**  Layout);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Layout([out, retval]  IUIX_Layout**  pLayout);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_ViewPanesCollection|IPXV_ViewPanesCollection]]
 
[[PXV:IPXV_ViewPanesCollection|IPXV_ViewPanesCollection]]

Latest revision as of 04:09, 15 June 2015


Property pLayout of interface IPXV_ViewPanesCollection returns Pointer to IUIX_Layout ...

Syntax

HRESULT get_Layout([out, retval]  IUIX_Layout**  pLayout);

See Also

IPXV_ViewPanesCollection