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