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.23.2
Syntax DomMouseButton Button { get; }
Property Value
Type:
DomMouseButtonThe mouse button which was pressed to trigger the event.
See Also