|
Properties
| EnumAlt |
|
Values:
|
True|False |
|
Description:
|
Returns the Alt key modifier for the hotkey. Used with EnumFirst
and EnumNext Methods.
(Read
Only) |
|
| EnumControl |
|
Values:
|
True|False |
|
Description:
|
Returns the Control key modifier for the hotkey. Used with EnumFirst
and EnumNext Methods. (Read
Only) |
|
| EnumKey |
|
Values:
|
integer |
|
Description:
|
Returns the key code of the hotkey. Used with EnumFirst and
EnumNext Methods. (Read Only) |
|
| EnumShift |
|
Values:
|
True|False |
|
Description:
|
Returns the Shift key modifier for the hotkey. Used with EnumFirst
and EnumNext Methods.
(Read
Only) |
|
| EnumWindows |
|
Values:
|
True|False |
|
Description:
|
Returns the Windows key modifier for the hotkey. Used with EnumFirst
and EnumNext Methods. (Read
Only) |
|
| Tag |
|
Values:
|
variant |
|
Description:
|
User defined. |
|
| Version |
|
Values:
|
integer |
|
Description:
|
Returns the version of the S309Hotkey. (I.E. .version returns
103) (Read
Only) |
|
| VersionMajor |
|
Values:
|
integer |
|
Description:
|
Returns the major version of the S309Hotkey. (Read
Only) |
|
| VersionMinor |
|
Values:
|
integer |
|
Description:
|
Returns the minor version of the S309Hotkey. (Read
Only) |
|
Events
| HotkeyDown |
|
args:
|
key, Alt, Control, Shift, Windows |
|
Description:
|
This event is fired when the specified Hotkey is pressed. |
|
| HotkeyUp |
|
args:
|
key, Alt, Control, Shift, Windows |
|
Description:
|
This event is fired when the specified Hotkey is released. |
|
Methods
| EnumFirst |
|
Parameter(s):
|
|
|
Description:
|
Returns False when there are no more hotkeys to enumerate. This
method allows the control to enumerate all the hotkey combinations that have been
registered by it. |
|
| EnumNext |
|
Parameter(s):
|
|
|
Description:
|
Returns False when there are no more hotkeys to enumerate. This
method allows the control to enumerate all the hotkey combinations that have been
registered by it. |
|
| GetAsyncKeyState |
|
Parameter(s):
|
virtualkey |
|
Description:
|
|
|
| GetKeyState |
|
Parameter(s):
|
virtualkey |
|
Description:
|
|
|
| KeyboardEvent |
|
Parameter(s):
|
virtualkey, scancode, flags, extrainfo |
|
Description:
|
|
|
| MouseEvent |
|
Parameter(s):
|
flags, x, y, data, extrainfo |
|
Description:
|
|
|
| Register |
|
Parameter(s):
|
key, Alt, Control, Shift, Windows |
|
Description:
|
Returns True if the hotkey was registered. |
|
| Unregister |
|
Parameter(s):
|
key, Alt, Control, Shift, Windows |
|
Description:
|
Returns True if the hotkey was unregistered. |
|
| UnregisterAll |
|
Parameter(s):
|
|
|
Description:
|
Returns True if all of the hotkeys were unregistered. |
|
|