diff --git a/xml/System.Windows.Forms/Form.xml b/xml/System.Windows.Forms/Form.xml index eed3512516a..fff0565cfd0 100644 --- a/xml/System.Windows.Forms/Form.xml +++ b/xml/System.Windows.Forms/Form.xml @@ -5138,11 +5138,9 @@ This example assumes that the `CreateMyOpaqueForm` method is called from another method overrides the base + The method overrides the base implementation to provide additional handling of main menu command keys and MDI accelerators. - implementation to provide additional handling of main menu command keys and MDI accelerators. - - For information about trapping keystrokes, see [How to trap keystrokes in controls by using Visual C#](https://support.microsoft.com/help/320584/how-to-trap-keystrokes-in-controls-by-using-visual-c) and [How to trap keystrokes in .NET controls by using Visual Basic .NET](https://support.microsoft.com/help/320583/how-to-trap-keystrokes-in-net-controls-by-using-visual-basic-net-or-vi) in the Microsoft Support website. + For information about keyboard input, see [Keyboard Input in a Windows Forms Application](/dotnet/framework/winforms/keyboard-input-in-a-windows-forms-application). ]]>