PDFView4NET WPF Edition
MouseButton Property (AnnotationClickEventArgs)




O2S.Components.PDFView4NET Namespace > AnnotationClickEventArgs Class : MouseButton Property
Gets the mouse button that was clicked on the annotation.
Syntax
'Declaration
 
Public ReadOnly Property MouseButton As MouseButton
'Usage
 
Dim instance As AnnotationClickEventArgs
Dim value As MouseButton
 
value = instance.MouseButton
public MouseButton MouseButton {get;}
public: __property MouseButton get_MouseButton();
public:
property MouseButton MouseButton {
   MouseButton get();
}

Property Value

A MouseButton enumeration member specifying the mouse button that was clicked on the annotation.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnotationClickEventArgs Class
AnnotationClickEventArgs Members