IPXV_MainFrame::View Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(9 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_MainFrame::View Property}} | {{#customTitle:IPXV_MainFrame::View Property}} | ||
+ | {{#parentPage:PXV:IPXV_MainFrame#Properties|View|property}} | ||
+ | {{ToReview}} | ||
− | Property '''View''' of interface [[PXV:IPXV_MainFrame|IPXV_MainFrame]] returns Pointer to [[PXV:IPXV_MainView|IPXV_MainView]] . | + | Property '''View''' of interface [[PXV:IPXV_MainFrame|IPXV_MainFrame]] returns Pointer to [[PXV:IPXV_MainView|IPXV_MainView]] containing the frame's main view. |
− | + | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_View([out, retval] IPXV_MainView** | + | <pre class="brush:cpp;gutter:false">HRESULT get_View([out, retval] IPXV_MainView** pMainView); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_MainFrame|IPXV_MainFrame]] |
Latest revision as of 05:58, 11 April 2016
Property View of interface IPXV_MainFrame returns Pointer to IPXV_MainView containing the frame's main view.
Syntax
HRESULT get_View([out, retval] IPXV_MainView** pMainView);