MobileForms Toolkit Documentation

MenuElement.HandleKeyDown Method 

Handles a key down event.

public bool HandleKeyDown(
KeyEventArgs key
);

Parameters

key
A KeyEventArgs that contains the key value.

Return Value

true if the key was handled; otherwise false.

See Also

MenuElement Class | Resco.Controls.MessageBox Namespace