/// <summary> /// Responds to the KeyDown event. /// </summary> /// <param name="e">The event data for the KeyDown event.</param> protected override void OnKeyDown(KeyEventArgs e) { if (Interaction.AllowKeyDown(e)) { } }