IPXV_MainView::Frame Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(8 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_MainView::Frame Property}} | {{#customTitle:IPXV_MainView::Frame Property}} | ||
− | {{#parentPage:PXV:IPXV_MainView|property | + | {{#parentPage:PXV:IPXV_MainView#Properties|Frame|property}} |
− | + | ||
{{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** | + | <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]] |
Latest revision as of 06: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);