CanEasy COM-Help
CanEasy::IShortcut Interface Reference

Inherits IDispatch.

Detailed Description

The interface IShortcut provides events for keyboard shortcuts

interface IShortcut : IDispatch
{
HRESULT Key([in] long lKey);
HRESULT Key([out, retval] long* pKey);
HRESULT Modifier([in] enum KeyModifier enModifier);
HRESULT Modifier([out, retval] enum KeyModifier* pModifier);
HRESULT SystemScope([in] VARIANT_BOOL systemScope);
HRESULT SystemScope([out, retval] VARIANT_BOOL* pSystemScope);
};

Definition at line 8624 of file cand_tlb.idl.

Property Documentation

◆ Key

long CanEasy::IShortcut::Key
getset

Virtual key

◆ Modifier

KeyModifier CanEasy::IShortcut::Modifier
getset

Key modifier

◆ SystemScope

VARIANT_BOOL CanEasy::IShortcut::SystemScope
getset

Scope of the shortcut.

System scope allows using keyboard shortcuts even if no CanEasy window has the focus

CanEasy::IShortcut::Key
long Key
CanEasy::IShortcut::SystemScope
VARIANT_BOOL SystemScope
Scope of the shortcut.
CanEasy::IShortcut::Modifier
KeyModifier Modifier
CanEasy::KeyModifier
KeyModifier
Definition: cand_tlb.idl:561