IUIX_CmdManager::AccelsAllowed Property

From PDF XChange PDF SDK
Jump to: navigation, search


Property AccelsAllowed of interface IUIX_CmdManager returns/sets Value of VARIANT_BOOL that represents whether the shortcut usage is allowed.

Syntax

HRESULT get_AccelsAllowed([out, retval]  VARIANT_BOOL*  bAllowed);
HRESULT put_AccelsAllowed([in]  VARIANT_BOOL  bAllowed);

See Also

IUIX_CmdManager