IPXV_Control::AllowedShortcuts Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 5: Line 5:
 
{{ToReview}}
 
{{ToReview}}
  
Allows/prevents the keyboard shortcuts handling by control.
+
The property to check if the keyboard shortcuts handling is allowed by control or to prevent/allow it.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 12:41, 29 May 2015


The property to check if the keyboard shortcuts handling is allowed by control or to prevent/allow it.

Syntax

HRESULT get_AllowedShortcuts([out, retval]  VARIANT_BOOL*  pVal);
HRESULT put_AllowedShortcuts([in]  VARIANT_BOOL  pVal);

See Also

IPXV_Control