GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoInputEventArgs Class / Modifiers Property
In This Topic
    Modifiers Property
    In This Topic
    Gets or sets the modifier keys used with this input event.
    Syntax
    public Keys Modifiers {get; set;}

    Property Value

    The Keys value will be some combination of Keys.Control, Keys.Shift, and Keys.Alt.
    See Also