DomMouseButton Enumeration | 
 
                A DOM mouse button.
            
 
    Namespace: 
   DotNetBrowser.Dom.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.1
Syntaxpublic enum DomMouseButton
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | Main | 0 | 
                A main mouse button. Usually the left button or the un-initialized state.
             | 
 | Middle | 1 | 
                An auxiliary button. Usually the wheel button or the middle button (if present).
             | 
 | Right | 2 | 
                A secondary button. Usually the right button.
             | 
 | Back | 3 | 
                A fourth button. Typically the Browser Back button.
             | 
 | Forward | 4 | 
                A fifth button. Typically the Browser Forward button.
             | 
See Also