Method ExecuteKey
ExecuteKey(Keys, ref int)
When implemented by a class, executes action or extended action attached to the specified key.
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.