IPXC_Action_Launch::NewWindow Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Action_Launch::NewWindow Property}} | {{#customTitle:IPXC_Action_Launch::NewWindow Property}} | ||
− | {{#parentPage:PXV:IPXC_Action_Launch|property}} | + | {{#parentPage:PXV:IPXC_Action_Launch|NewWindow Property|property}} |
{{ToReview}} | {{ToReview}} | ||
Line 7: | Line 7: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_NewWindow([out, retval] LONG* pNewWindow); | + | <pre class="brush:cpp;gutter:false">HRESULT get_NewWindow([out, retval] LONG* pNewWindow); |
− | HRESULT put_NewWindow([in] LONG pNewWindow); | + | HRESULT put_NewWindow([in] LONG pNewWindow); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
See also [[PXV:IPXC_Action_Launch|IPXC_Action_Launch]]. | See also [[PXV:IPXC_Action_Launch|IPXC_Action_Launch]]. |
Revision as of 04:54, 23 April 2015
Gets/sets whether the file will be opened in new window. The pNewWindow parameter will be less than 0 when the action does not have such a entry set in the action dictionary. If the action dictionary has a NewWindow entry then 0 or 1 will be returned.
Syntax
HRESULT get_NewWindow([out, retval] LONG* pNewWindow); HRESULT put_NewWindow([in] LONG pNewWindow);
See Also
See also IPXC_Action_Launch.