MobileForms Toolkit Documentation

KeyPressedEventArgs.Handled Property

Gets or sets whether the key was handled.

public bool Handled {get; set;}

Remarks

Set to True, when the keyboard control should not to send the pressed key to the focused control.

See Also

KeyPressedEventArgs Class | Resco.Controls.Keyboard Namespace