IPXV_Control::AllowedShortcuts Property

From PDF XChange PDF SDK
Revision as of 02:35, 4 June 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

Jump to: navigation, search


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