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
keysKeysKey for which action should be executed.
stateintReceive leave state of specified action.
Returns
- bool
True if succeed; otherwise false.