Method AddNormal
AddNormal(Keys, KeyEventEx, object)
Adds a new key to key collection with specified parameters and default (normal) state and leave state.
public virtual 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)
Adds a new key to key collection with specified parameters and default (normal) state and leave state.
public virtual void AddNormal(Keys keys, KeyEvent action)