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
keysKeysKey added to the collection.
actionKeyEventExExtended action that executes when the key is pressed.
paramobjectObject 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)