Method AddNormal
AddNormal(Keys, KeyEventEx, object)
When implemented by a class, adds a new key to key collection with specified parameters and default (normal) state and leave state.
void AddNormal(Keys keys, KeyEventEx action, object param)
Parameters
keys
KeysKey added to the collection.
action
KeyEventExExtended action that executes when the key is pressed.
param
objectObject passed as a parameter to the extended action.
AddNormal(Keys, KeyEvent)
When implemented by a class, adds a new key to key collection with specified parameters and default (normal) state and leave state.
void AddNormal(Keys keys, KeyEvent action)