IPXV_MainFrame::View Property
From PDF XChange PDF SDK
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_MainFrame::View Property}} | {{#customTitle:IPXV_MainFrame::View Property}} | ||
− | {{#parentPage:PXV:IPXV_MainFrame|View | + | {{#parentPage:PXV:IPXV_MainFrame#Properties|View|property}} |
− | + | ||
{{ToReview}} | {{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]] | + | [[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);