IPXC_Action_URI::IsMap Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
Line 2: Line 2:
 
{{#customTitle:IPXC_Action_URI::IsMap Property}}
 
{{#customTitle:IPXC_Action_URI::IsMap Property}}
  
Property '''IsMap''' of interface [[PXV:IPXC_Action_URI|IPXC_Action_URI]] returns/sets Value of VARIANT_BOOL ...
+
Gets/sets a flag specifying whether to track the mouse position when the URI is resolved. Default value: false.
 
+
  
 
== Syntax ==
 
== Syntax ==

Revision as of 23:42, 14 April 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);

See Also

See also IPXC_Action_URI.