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)
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
{{ToReview}}
 
{{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 ==

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