GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoInputEventArgs Class / Key Property
In This Topic
    Key Property
    In This Topic
    Gets or sets the key pressed as this input event.
    Syntax
    public Keys Key {get; set;}
    Remarks
    The Keys value will be something like Keys.C.
    See Also