IPXV_View::Panes Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_View::Panes Property}}
 
{{#customTitle:IPXV_View::Panes Property}}
{{#parentPage:PXV:IPXV_View|property}}
+
{{#parentPage:PXV:IPXV_View|Panes Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== 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** ppPanes);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IPXV_View|IPXV_View]].
 
See also [[PXV:IPXV_View|IPXV_View]].

Revision as of 06:33, 23 April 2015


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

Syntax

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

See Also

See also IPXV_View.