XFINIUM.PDF.View.Wpf Documentation
Button Property (PdfVisualPageClickEventArgs)



Xfinium.Pdf.View Namespace > PdfVisualPageClickEventArgs Class : Button Property
Gets the mouse button the has been clicked.
Syntax
'Declaration
 
Public ReadOnly Property Button As MouseButton
'Usage
 
Dim instance As PdfVisualPageClickEventArgs
Dim value As MouseButton
 
value = instance.Button
public MouseButton Button {get;}
public:
property MouseButton Button {
   MouseButton get();
}

Property Value

The button of the mouse that has been clicked.
Requirements

Supported .NET Platforms: .NET 4.0 and higher, Windows Presentation Foundation 4.x


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfVisualPageClickEventArgs Class
PdfVisualPageClickEventArgs Members