Skip to content

Commit c526881

Browse files
MSDN-WhiteKnightRon Petrusha
authored andcommitted
Update Form.ProcessCmdKey remarks (#3328)
Referenced support articles no longer exist. Suggested to replace with a link to WinForms keyboard input documentation.
1 parent 4a21222 commit c526881

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

xml/System.Windows.Forms/Form.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5138,11 +5138,9 @@ This example assumes that the `CreateMyOpaqueForm` method is called from another
51385138
<format type="text/markdown"><![CDATA[
51395139
51405140
## Remarks
5141-
The <xref:System.Windows.Forms.Form.ProcessCmdKey%2A> method overrides the base
5141+
The <xref:System.Windows.Forms.Form.ProcessCmdKey%2A> method overrides the base <xref:System.Windows.Forms.ContainerControl.ProcessCmdKey%2A?displayProperty=nameWithType> implementation to provide additional handling of main menu command keys and MDI accelerators.
51425142
5143-
<xref:System.Windows.Forms.ContainerControl.ProcessCmdKey%2A?displayProperty=nameWithType> implementation to provide additional handling of main menu command keys and MDI accelerators.
5144-
5145-
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.
5143+
For information about keyboard input, see [Keyboard Input in a Windows Forms Application](/dotnet/framework/winforms/keyboard-input-in-a-windows-forms-application).
51465144
51475145
]]></format>
51485146
</remarks>

0 commit comments

Comments
 (0)