GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / DoKeyDown Method
In This Topic
    DoKeyDown Method (GoView)
    In This Topic
    Handle a canonicalized keyboard input event.
    Syntax
    public virtual void DoKeyDown()
    Remarks

    This method assumes LastInput has information representing a keyboard input event. By default this just calls IGoTool.DoKeyDown on the current Tool.

    This is normally called by OnKeyDown and any other code that wishes to simulate a canonicalized keyboard event. This is not called when AllowKey is false.

    See Also