IPXC_Action_URI::IsMap Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_Action_URI::IsMap Property}} | {{#customTitle:IPXC_Action_URI::IsMap Property}} | ||
+ | {{#parentPage:PXV:IPXC_Action_URI#Properties|IsMap|property}} | ||
− | + | Gets/sets a flag specifying whether to track the mouse position when the URI is resolved. Default value: false. | |
− | + | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_IsMap([out, retval] VARIANT_BOOL* pIsMap); | + | <pre class="brush:cpp;gutter:false">HRESULT get_IsMap([out, retval] VARIANT_BOOL* pIsMap); |
− | HRESULT put_IsMap([in] VARIANT_BOOL pIsMap); | + | HRESULT put_IsMap([in] VARIANT_BOOL pIsMap); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_Action_URI|IPXC_Action_URI]] |
Latest revision as of 07:02, 23 May 2015
Gets/sets a flag specifying whether to track the mouse position when the URI is resolved. Default value: false.
Syntax
HRESULT get_IsMap([out, retval] VARIANT_BOOL* pIsMap); HRESULT put_IsMap([in] VARIANT_BOOL pIsMap);