GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / ProcessCmdKey Method
In This Topic
    ProcessCmdKey Method
    In This Topic
    When this view has an EditControl that is showing a Control that has focus, return false to permit that Control to process all keys.
    Syntax
    protected override bool ProcessCmdKey( 
       ref Message m,
       Keys keyData
    )

    Parameters

    m
    keyData
    Remarks
    When the user is editing text in-place with a Control such as a TextBox, let that Control handle keys such as "Del" and "Ctrl-V" instead of interpreting them as accelerators for menu commands and ignoring them because the view doesn't have focus.
    See Also