Gets or sets a value indicating whether the key event should be passed on to the underlying control.
Documentation for this section has not yet been entered.
You can assign true to this property in an event handler such as Control.KeyDown in order to prevent user input.
Setting KeyEventArgs.SuppressKeyPress to true also sets KeyEventArgs.Handled to true.