IPXV_MainView::Frame Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_MainView::Frame Property}}
 
{{#customTitle:IPXV_MainView::Frame Property}}
{{#parentPage:PXV:IPXV_MainView|Frame Property|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 ==
<pre class="brush:cpp;gutter:false">HRESULT get_Frame([out, retval]  IPXV_MainFrame**  ppMainFrame);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Frame([out, retval]  IPXV_MainFrame**  pMainFrame);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXV_MainView|IPXV_MainView]].
+
[[PXV:IPXV_MainView|IPXV_MainView]]

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