IPXV_Control::AllowedShortcuts Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 8: | Line 8: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_AllowedShortcuts([out, retval] VARIANT_BOOL* | + | <pre class="brush:cpp;gutter:false">HRESULT get_AllowedShortcuts([out, retval] VARIANT_BOOL* bVal); |
− | HRESULT put_AllowedShortcuts([in] VARIANT_BOOL | + | HRESULT put_AllowedShortcuts([in] VARIANT_BOOL bVal); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXV_Control|IPXV_Control]] | [[PXV:IPXV_Control|IPXV_Control]] |
Revision as of 01:35, 4 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);