IPXC_Action_Launch::NewWindow Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Action_Launch::NewWindow Property}} | {{#customTitle:IPXC_Action_Launch::NewWindow Property}} | ||
− | {{#parentPage:PXV:IPXC_Action_Launch#Properties|NewWindow | + | {{#parentPage:PXV:IPXC_Action_Launch#Properties|NewWindow|property}} |
Gets/sets whether the file will be opened in a 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 then 0 or 1 will be returned. | Gets/sets whether the file will be opened in a 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 then 0 or 1 will be returned. | ||
Line 12: | Line 12: | ||
== See Also == | == See Also == | ||
− | [[PXV:IPXC_Action_Launch|IPXC_Action_Launch]] | + | [[PXV:IPXC_Action_Launch|IPXC_Action_Launch]] |
Latest revision as of 07:01, 23 May 2015
Gets/sets whether the file will be opened in a 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 then 0 or 1 will be returned.
Syntax
HRESULT get_NewWindow([out, retval] LONG* pNewWindow); HRESULT put_NewWindow([in] LONG pNewWindow);