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
keysKeysKey for which action should be executed.
stateintReceive leave state of specified action.
Returns
- bool
True if succeed; otherwise false.
ExecuteKey(Keys, ref int)
public virtual bool ExecuteKey(Keys keys, ref int state)