IPXV_Control::CanGoBack Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXV_Control::CanGoBack Property}} | {{#customTitle:IPXV_Control::CanGoBack Property}} | ||
− | {{#parentPage:PXV:IPXV_Control|property | + | {{#parentPage:PXV:IPXV_Control#Properties|CanGoBack|property}} |
− | + | ||
{{ToReview}} | {{ToReview}} | ||
− | + | Use it to check the possibility to navigate back in the history of documents opening/viewing. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_CanGoBack([out, retval] VARIANT_BOOL* | + | <pre class="brush:cpp;gutter:false">HRESULT get_CanGoBack([out, retval] VARIANT_BOOL* bCan); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXV_Control|IPXV_Control]] |
Latest revision as of 02:50, 15 June 2015
Use it to check the possibility to navigate back in the history of documents opening/viewing.
Syntax
HRESULT get_CanGoBack([out, retval] VARIANT_BOOL* bCan);