PDFView4NET WinForms 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 MouseButtons
'Usage
 
Dim instance As BookmarkClickEventArgs
Dim value As MouseButtons
 
value = instance.MouseButton
public MouseButtons MouseButton {get;}
public: __property MouseButtons get_MouseButton();
public:
property MouseButtons MouseButton {
   MouseButtons get();
}

Property Value

A System.Windows.Forms.MouseButtons 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