MouseButton Property (PageClickEventArgs)
Gets the mouse button that was clicked on the page.
Syntax
'Declaration Public ReadOnly Property MouseButton As MouseButtons
'Usage Dim instance As PageClickEventArgs Dim value As MouseButtons value = instance.MouseButton
public MouseButtons MouseButton {get;}
Property Value
A System.Windows.Forms.MouseButtons enumeration member specifying the mouse button that was clicked on the page.Requirements
Target Platforms: Windows 7, Windows 10, Windows 11, Windows Server 2022, Windows Server 2025
See Also