DLL
To change or turn off the F2, F3, and F4 action keys
Note: Spread provides multiple ways to navigate within the control. We recommend that you do not choose a key sequence for these actions that Spread uses for navigation. For a list of navigation keys that Spread uses, see Advanced Navigation. |
-
To change the F2, F3, or F4 action key, call the SSSetActionKey function and set the parameters as follows:
- Set the wAction parameter to SS_KBA_CLEAR, SS_KBA_CURRENT, or SS_KBA_POPUP.
- Set the fShift parameter to TRUE or FALSE to indicate whether the Shift key is pressed.
- Set the fCtrl parameter to TRUE or FALSE to indicate whether the Ctrl key is pressed.
-
Set the wKey parameter to the ASCII value of the key you want to use.
Note: If you want to use alphabetical keys, you must use uppercase letters for this parameter.
- To turn the F2, F3, or F4 action key off, call the SSSetActionKey function and set the parameters as follows: