HWND Property (Read/Write) |
Top Previous Next |
Sets/gets the handle to the window which the hook is being applied.
Visual Basic Syntax
TNBXAidHook.HWND [= Integer]
Delphi Syntax
TNBXAidHook.HWND [:= Integer];
Remarks
You can set the Keyboard Hook to be applied to any window. The OnAidKey event handler will be fired when a combination of keys in the mapping table is pressed.
See also OnAidKey event. |