GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoTool Class / DoKeyDown Method
In This Topic
    DoKeyDown Method (GoTool)
    In This Topic
    The view calls this method when the user presses a key on the keyboard; all of the event information is provided by the LastInput property.
    Syntax
    public virtual void DoKeyDown()
    Remarks
    By default, this just calls DoCancelMouse if the user pressed the Escape key.
    See Also