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