ActiveReports Developer 7
Button Property
See Also 
GrapeCity.ActiveReports.Viewer.Win.v7 Assembly > GrapeCity.ActiveReports.Viewer.Win Namespace > HyperLinkEventArgs Class : Button Property

Glossary Item Box

Gets the mouse button that the user clicked to raise the event.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Button As System.Windows.Forms.MouseButtons
C# 
public System.Windows.Forms.MouseButtons Button {get;}

Property Value

System.Windows.MouseButtons value that represents the button that has fired this event.

See Also