IPXV_Control::AllowedShortcuts Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Control::AllowedShortcuts Property}}
 
{{#customTitle:IPXV_Control::AllowedShortcuts Property}}
 +
{{#parentPage:PXV:IPXV_Control#Properties|AllowedShortcuts|property}}
 +
{{ToReview}}
  
Property '''AllowedShortcuts''' of interface [[PXV:IPXV_Control|IPXV_Control]] returns/sets  Value of VARIANT_BOOL ...
+
The property to check if the keyboard shortcuts handling is allowed by control or to prevent/allow it.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_AllowedShortcuts([out, retval] VARIANT_BOOL* pVal);
+
<pre class="brush:cpp;gutter:false">HRESULT get_AllowedShortcuts([out, retval] VARIANT_BOOL* bVal);
HRESULT put_AllowedShortcuts([in] VARIANT_BOOL pVal);
+
HRESULT put_AllowedShortcuts([in] VARIANT_BOOL bVal);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Control|IPXV_Control]].
+
[[PXV:IPXV_Control|IPXV_Control]]

Latest revision as of 03:50, 15 June 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*  bVal);
HRESULT put_AllowedShortcuts([in]  VARIANT_BOOL  bVal);

See Also

IPXV_Control