Gets or sets a value indicating whether the System.WinForms.Control.KeyPress event was handled.
[Visual Basic] Public Property Handled As Boolean [C#] public bool Handled {get; set;} [C++] public: __property bool get_Handled(); public: __property void set_Handled(bool); [JScript] public function get Handled() : Boolean; public function set Handled(Boolean);
true if the event is handled; otherwise, false.
If the event is not handled, it will be sent to Windows for default processing.
KeyPressEventArgs Class | KeyPressEventArgs Members | System.WinForms Namespace