Method ExecuteKey
ExecuteKey(Keys, ref int)
Executes action or extended action attached to the specified key.
public virtual bool ExecuteKey(Keys keys, ref int state)
Parameters
keys
KeysKey for which action should be executed.
state
intReceive leave state of specified action.
Returns
- bool
True if succeed; otherwise false.