IPXV_Control::AllowedShortcuts Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXV_Control::AllowedShortcuts Property}}
 
{{#customTitle:IPXV_Control::AllowedShortcuts Property}}
 
{{#parentPage:PXV:IPXV_Control#Properties|AllowedShortcuts|property}}
 
{{#parentPage:PXV:IPXV_Control#Properties|AllowedShortcuts|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''AllowedShortcuts''' of interface [[PXV:IPXV_Control|IPXV_Control]] returns/sets  Value of VARIANT_BOOL ...
+
Allows/prevents the keyboard shortcuts handling by control.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 11:40, 29 May 2015


Allows/prevents the keyboard shortcuts handling by control.

Syntax

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

See Also

IPXV_Control