IPXC_Action_Goto::NewWindow Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Action_Goto::NewWindow Property}} | {{#customTitle:IPXC_Action_Goto::NewWindow Property}} | ||
+ | {{#parentPage:PXV:IPXC_Action_Goto#Properties|NewWindow|property}} | ||
− | Gets/sets whether the remote file will be opened in new window. The pNewWindow parameter will be less than 0 when the action does not have such | + | Gets/sets whether the remote file will be opened in new window. The pNewWindow parameter will be less than 0 when the action does not have such an entry set in the action dictionary. If the action dictionary has a NewWindow entry, 0 or 1 will be returned. |
== 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 == | ||
− | + | [[PXV:IPXC_Action_Goto|IPXC_Action_Goto]] |
Latest revision as of 07:01, 23 May 2015
Gets/sets whether the remote file will be opened in new window. The pNewWindow parameter will be less than 0 when the action does not have such an entry set in the action dictionary. If the action dictionary has a NewWindow entry, 0 or 1 will be returned.
Syntax
HRESULT get_NewWindow([out, retval] LONG* pNewWindow); HRESULT put_NewWindow([in] LONG pNewWindow);