Platform | Win32, x64 |
Purpose |
To remove an accelerator key created using %ac (Accelerator Key) or ADD_ACCELERATOR@. |
Syntax |
SUBROUTINE REMOVE_ACCELERATOR@( HWND, KEY_NAME ) |
Description |
Removes the key with name KEY_NAME from the window with handle HWND. See ADD_ACCELERATOR@ for further details. |
See also |
%ac, ADD_ACCELERATOR@ |