GoDiagram Web Reference
Buttons Property

Gets or sets the MouseButtons used with this input event.
Syntax
'Declaration
 
Public Property Buttons As MouseButtons
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoInputEventArgs Class
GoInputEventArgs Members
Modifiers Property

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback