PDFView4NET WPF Edition
MouseButton Property (BookmarkClickEventArgs)




O2S.Components.PDFView4NET Namespace > BookmarkClickEventArgs Class : MouseButton Property
Gets the mouse button that was clicked on the bookmark.
Syntax
'Declaration
 
Public ReadOnly Property MouseButton As MouseButton
'Usage
 
Dim instance As BookmarkClickEventArgs
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 bookmark.
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

BookmarkClickEventArgs Class
BookmarkClickEventArgs Members