IPXV_MainView::Frame Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IPXV_MainView::Frame Property}}
 
{{#customTitle:IPXV_MainView::Frame Property}}
 
{{#parentPage:PXV:IPXV_MainView#Properties|Frame|property}}
 
{{#parentPage:PXV:IPXV_MainView#Properties|Frame|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Frame''' of interface [[PXV:IPXV_MainView|IPXV_MainView]] returns  Pointer to [[PXV:IPXV_MainFrame|IPXV_MainFrame]] ...
+
Property '''Frame''' of interface [[PXV:IPXV_MainView|IPXV_MainView]] returns  Pointer to [[PXV:IPXV_MainFrame|IPXV_MainFrame]] containing the main frame that allows opening the documents.
  
 
== Syntax ==
 
== Syntax ==

Latest revision as of 07:55, 23 March 2016


Property Frame of interface IPXV_MainView returns Pointer to IPXV_MainFrame containing the main frame that allows opening the documents.

Syntax

HRESULT get_Frame([out, retval]  IPXV_MainFrame**  pMainFrame);

See Also

IPXV_MainView