Click or drag to resize

IMouseEventButton Property

Gets the button which was pressed on the mouse to trigger the event.

Namespace:  DotNetBrowser.Dom.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
DomMouseButton Button { get; }

Property Value

Type: DomMouseButton
The mouse button which was pressed to trigger the event.
See Also