IPXV_View::Panes Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_View::Panes Property}}
 
{{#customTitle:IPXV_View::Panes Property}}
 +
{{#parentPage:PXV:IPXV_View#Properties|Panes|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
Property '''Panes''' of interface [[PXV:IPXV_View|IPXV_View]] returns  Pointer to [[PXV:IPXV_ViewPanesCollection|IPXV_ViewPanesCollection]] ...
+
Property '''pPanes''' of interface [[PXV:IPXV_View|IPXV_View]] returns  Pointer to [[PXV:IPXV_ViewPanesCollection|IPXV_ViewPanesCollection]] ...
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Panes([out, retval] IPXV_ViewPanesCollection** ppPanes);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Panes([out, retval] IPXV_ViewPanesCollection** pPanes);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_View|IPXV_View]].
+
[[PXV:IPXV_View|IPXV_View]]

Latest revision as of 04:09, 15 June 2015


Property pPanes of interface IPXV_View returns Pointer to IPXV_ViewPanesCollection ...

Syntax

HRESULT get_Panes([out, retval]  IPXV_ViewPanesCollection**  pPanes);

See Also

IPXV_View