IPXC_Action_URI::IsMap Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXC_Action_URI::IsMap Property}}
 
{{#customTitle:IPXC_Action_URI::IsMap Property}}
 
{{#parentPage:PXV:IPXC_Action_URI|IsMap Property|property}}
 
{{#parentPage:PXV:IPXC_Action_URI|IsMap Property|property}}
{{ToReview}}
+
 
  
 
Gets/sets a flag specifying whether to track the mouse position when the URI is resolved. Default value: false.
 
Gets/sets a flag specifying whether to track the mouse position when the URI is resolved. Default value: false.

Revision as of 10:40, 20 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);

See Also

IPXC_Action_URI.