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
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)
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)
Parameters
keysKeysKey that added to the collection.
actionKeyEventAction that executes when the key is pressed.
AddNormal(Keys, KeyEventEx, object)
public virtual void AddNormal(Keys keys, KeyEventEx action, object param)
Parameters
keysKeysactionKeyEventExparamobject
AddNormal(Keys, KeyEvent)
public virtual void AddNormal(Keys keys, KeyEvent action)