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

    Property Value

    The MouseButtons value will be some combination of MouseButtons.Left, MouseButtons.Middle, and MouseButtons.Right.
    Remarks
    This value may not be meaningful for keyboard input, but should be valid for mouse and drag-and-drop events.
    See Also